Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
Dperf_collector_test.cpp84 std::string filepath = PERF_TEST_DIR + filename; variable
106 std::string filepath = PERF_TEST_DIR + filename; variable
137 std::string filepath = PERF_TEST_DIR + filename; variable
161 std::string filepath = PERF_TEST_DIR + filename; variable
216 std::string filepath = PERF_TEST_DIR + filename; variable
/base/request/request/test/unittest/cpp_test/innerTest/src/
Dpath_control_test.cpp82 std::string filepath = "/A/B/C/test1"; variable
100 std::string filepath = "/A/B/C/test1"; variable
118 std::string filepath = "/A/B/C/test1"; variable
Drequest_action_test.cpp1568 std::string filepath; variable
1589 std::string filepath; variable
1836 std::string filepath; variable
1854 std::string filepath = "/data/storage/el1/base/test_createinner_0171/"; variable
1872 std::string filepath = "/data/test/"; variable
2550 std::string filepath; variable
2577 std::string filepath = "/data/test"; variable
2653 std::string filepath = "data/test/testRemove"; variable
/base/security/security_guard/services/data_collect/store/src/
Dfile_system_store_helper.cpp41 size_t FileSystemStoreHelper::GetFileSize(const std::string& filepath) in GetFileSize()
61 std::string filepath = STORE_FILE_FOLDER_PATH + filename; in GetLatestStoreFile() local
93 void FileSystemStoreHelper::WriteEventToGzFile(const std::string& filepath, const std::string& data) in WriteEventToGzFile()
321 std::string filepath = STORE_FILE_FOLDER_PATH + filename; in QuerySecurityEvent() local
/base/request/request/frameworks/js/ani/src/
Dani_task.cpp322 bool AniTask::SetPathPermission(const std::string &filepath) in SetPathPermission()
350 void AniTask::AddPathMap(const std::string &filepath, const std::string &baseDir) in AddPathMap()
377 void AniTask::ResetDirAccess(const std::string &filepath) in ResetDirAccess()
385 void AniTask::RemovePathMap(const std::string &filepath) in RemovePathMap()
Dani_js_initialize.cpp680 bool JsInitialize::CheckBelongAppBaseDir(const std::string &filepath, std::string &baseDir) in CheckBelongAppBaseDir()
/base/request/request/frameworks/cj/ffi/src/
Dcj_request_task.cpp116 bool CJRequestTask::SetPathPermission(const std::string &filepath) in SetPathPermission()
187 void CJRequestTask::AddPathMap(const std::string &filepath, const std::string &baseDir) in AddPathMap()
204 void CJRequestTask::ResetDirAccess(const std::string &filepath) in ResetDirAccess()
212 void CJRequestTask::RemovePathMap(const std::string &filepath) in RemovePathMap()
Dcj_initialize.cpp332 bool CJInitialize::CheckPathBaseDir(const std::string &filepath, std::string &baseDir) in CheckPathBaseDir()
/base/request/request/frameworks/native/request_action/src/
Dpath_control.cpp44 bool PathControl::CheckBelongAppBaseDir(const std::string &filepath) in CheckBelongAppBaseDir()
Drequest_action.cpp356 bool RequestAction::CheckBelongAppBaseDir(const std::string &filepath, std::string &baseDir) in CheckBelongAppBaseDir()
364 bool RequestAction::FindAreaPath(const std::string &filepath) in FindAreaPath()
/base/request/request/frameworks/js/napi/request/src/
Djs_task.cpp1003 bool JsTask::SetPathPermission(const std::string &filepath) in SetPathPermission()
1032 void JsTask::AddPathMap(const std::string &filepath, const std::string &baseDir) in AddPathMap()
1059 void JsTask::ResetDirAccess(const std::string &filepath) in ResetDirAccess()
1067 void JsTask::RemovePathMap(const std::string &filepath) in RemovePathMap()
Djs_initialize.cpp1526 bool JsInitialize::CheckBelongAppBaseDir(const std::string &filepath, std::string &baseDir) in CheckBelongAppBaseDir()
/base/request/request/frameworks/js/napi/request/src/legacy/
Drequest_manager.cpp194 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.py551 def add_file(self, filepath): argument