Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
Dperf_collector_test.cpp89 std::string filepath = PERF_TEST_DIR + filename; variable
114 std::string filepath = PERF_TEST_DIR + filename; variable
148 std::string filepath = PERF_TEST_DIR + filename; variable
175 std::string filepath = PERF_TEST_DIR + filename; variable
/base/security/security_guard/services/data_collect/store/src/
Dfile_system_store_helper.cpp40 size_t FileSystemStoreHelper::GetFileSize(const std::string& filepath) in GetFileSize()
60 std::string filepath = STORE_FILE_FOLDER_PATH + filename; in GetLatestStoreFile() local
80 void FileSystemStoreHelper::WriteEventToGzFile(const std::string& filepath, const std::string& data) in WriteEventToGzFile()
305 std::string filepath = STORE_FILE_FOLDER_PATH + filename; in QuerySecurityEvent() local
/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/test/unittest/cpp_test/innerTest/src/
Drequest_action_test.cpp1189 std::string filepath; variable
1203 std::string filepath; variable
1379 std::string filepath = "a/entry/file/cache"; variable
1393 std::string filepath; variable
1406 std::string filepath; variable
1419 std::string filepath = "/data/storage/el1/base/test_createinner_0171/"; variable
1432 std::string filepath = "/data/test/"; variable
1821 std::string filepath; variable
1842 std::string filepath = "/data/test"; variable
1897 std::string filepath = "data/test/testRemove"; variable
[all …]
/base/request/request/frameworks/native/request_action/src/
Drequest_action.cpp364 bool RequestAction::CheckBelongAppBaseDir(const std::string &filepath, std::string &baseDir) in CheckBelongAppBaseDir()
372 bool RequestAction::FindAreaPath(const std::string &filepath) in FindAreaPath()
444 void RequestAction::AddPathMap(const std::string &filepath, const std::string &baseDir) in AddPathMap()
471 bool RequestAction::SetPathPermission(const std::string &filepath) in SetPathPermission()
908 void RequestAction::RemovePathMap(const std::string &filepath) in RemovePathMap()
/base/request/request/frameworks/js/napi/request/src/
Djs_task.cpp992 bool JsTask::SetPathPermission(const std::string &filepath) in SetPathPermission()
1021 void JsTask::AddPathMap(const std::string &filepath, const std::string &baseDir) in AddPathMap()
1048 void JsTask::ResetDirAccess(const std::string &filepath) in ResetDirAccess()
1056 void JsTask::RemovePathMap(const std::string &filepath) in RemovePathMap()
Djs_initialize.cpp1401 bool JsInitialize::CheckBelongAppBaseDir(const std::string &filepath, std::string &baseDir) in CheckBelongAppBaseDir()
/base/request/request/frameworks/js/napi/request/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.py546 def add_file(self, filepath): argument