Home
last modified time | relevance | path

Searched refs:filepath (Results 1 – 7 of 7) sorted by relevance

/base/request/request/services/service/rust/src/c_wrapper/source/
Dbackground_notification.cpp33 std::string filepath(path, pathLen); in RequestBackgroundNotify() local
37 wantParams.SetParam("fileName", OHOS::AAFwk::String::Box(filepath)); in RequestBackgroundNotify()
/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/
Dsanitizerd_collector.h36 void Collect(const std::string& filepath) const;
Dasan_collector.h33 void Collect(const std::string& filepath);
Dasan_collector.cpp280 void AsanCollector::Collect(const std::string& filepath) in Collect() argument
284 std::string fullPath = strAsanLogPath + "/" + filepath; in Collect()
285 ReadRecordToString(fullPath, filepath); in Collect()
/base/request/request/frameworks/js/napi/src/legacy/
Drequest_manager.cpp204 auto filepath = dir + '/' + filename; in IsPathValid() local
205 auto fileDirectory = filepath.substr(0, filepath.rfind('/')); in IsPathValid()
/base/global/i18n/frameworks/zone/test/
DBUILD.gn23 "//third_party/googletest/googletest/src/gtest-filepath.cc",
/base/startup/appspawn/test/moduletest/
Dappspawn_module_test.cpp56 bool checkFileIsExists(const char *filepath) in checkFileIsExists() argument
59 while ((access(filepath, F_OK) != 0) && (retryCount < CONNECT_RETRY_MAX_TIMES)) { in checkFileIsExists()