Home
last modified time | relevance | path

Searched defs:filepath (Results 1 – 8 of 8) sorted by relevance

/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
Dperf_collector_test.cpp83 std::string filepath = PERF_TEST_DIR + filename; variable
105 std::string filepath = PERF_TEST_DIR + filename; variable
136 std::string filepath = PERF_TEST_DIR + filename; variable
160 std::string filepath = PERF_TEST_DIR + filename; variable
/base/request/request/frameworks/cj/ffi/src/
Dcj_request_task.cpp115 bool CJRequestTask::SetPathPermission(const std::string &filepath) in SetPathPermission()
186 void CJRequestTask::AddPathMap(const std::string &filepath, const std::string &baseDir) in AddPathMap()
203 void CJRequestTask::ResetDirAccess(const std::string &filepath) in ResetDirAccess()
211 void CJRequestTask::RemovePathMap(const std::string &filepath) in RemovePathMap()
Dcj_initialize.cpp334 bool CJInitialize::CheckPathBaseDir(const std::string &filepath, std::string &baseDir) in CheckPathBaseDir()
/base/request/request/frameworks/js/napi/src/
Djs_task.cpp972 bool JsTask::SetPathPermission(const std::string &filepath) in SetPathPermission()
1001 void JsTask::AddPathMap(const std::string &filepath, const std::string &baseDir) in AddPathMap()
1028 void JsTask::ResetDirAccess(const std::string &filepath) in ResetDirAccess()
1036 void JsTask::RemovePathMap(const std::string &filepath) in RemovePathMap()
Djs_initialize.cpp1382 bool JsInitialize::CheckBelongAppBaseDir(const std::string &filepath, std::string &baseDir) in CheckBelongAppBaseDir()
/base/request/request/frameworks/js/napi/src/legacy/
Drequest_manager.cpp195 auto filepath = dir + '/' + filename; in IsPathValid() local
/base/startup/appspawn/test/moduletest/
Dappspawn_module_test.cpp49 bool CheckFileIsExists(const char *filepath) in CheckFileIsExists()
63 bool CheckFileIsNotExists(const char *filepath) in CheckFileIsNotExists()
/base/web/webview/ohos_interface/ohos_glue/scripts/
Dfile_parser.py544 def add_file(self, filepath): argument