Searched refs:filepath (Results 1 – 7 of 7) sorted by relevance
33 std::string filepath(path, pathLen); in RequestBackgroundNotify() local37 wantParams.SetParam("fileName", OHOS::AAFwk::String::Box(filepath)); in RequestBackgroundNotify()
36 void Collect(const std::string& filepath) const;
33 void Collect(const std::string& filepath);
280 void AsanCollector::Collect(const std::string& filepath) in Collect() argument284 std::string fullPath = strAsanLogPath + "/" + filepath; in Collect()285 ReadRecordToString(fullPath, filepath); in Collect()
204 auto filepath = dir + '/' + filename; in IsPathValid() local205 auto fileDirectory = filepath.substr(0, filepath.rfind('/')); in IsPathValid()
23 "//third_party/googletest/googletest/src/gtest-filepath.cc",
56 bool checkFileIsExists(const char *filepath) in checkFileIsExists() argument59 while ((access(filepath, F_OK) != 0) && (retryCount < CONNECT_RETRY_MAX_TIMES)) { in checkFileIsExists()