Lines Matching refs:with
4 * you may not use this file except in compliance with the License.
107 HLOGE("tmpfile create failed '%s' with mode '%s'", tempFile.c_str(), mode.c_str());
469 bool StringStartsWith(const std::string &string, const std::string &with)
471 return string.find(with) == 0;
474 bool StringEndsWith(const std::string &string, const std::string &with)
477 // empty string only end with empty string
478 if (with.empty()) {
484 return string.rfind(with) == (string.length() - with.length());
559 UNWIND_CHECK_NOTNULL(FileMappingHandle, MMAP_FAILED, "CreateFileMappingW %zu Failed with %ld:%s",
563 UNWIND_CHECK_NOTNULL(mapAddr, MMAP_FAILED, "MapViewOfFile %zu Failed with %ld:%s",