Searched defs:filepath (Results 1 – 11 of 11) sorted by relevance
89 std::string filepath = PERF_TEST_DIR + filename; variable114 std::string filepath = PERF_TEST_DIR + filename; variable148 std::string filepath = PERF_TEST_DIR + filename; variable175 std::string filepath = PERF_TEST_DIR + filename; variable
40 size_t FileSystemStoreHelper::GetFileSize(const std::string& filepath) in GetFileSize()60 std::string filepath = STORE_FILE_FOLDER_PATH + filename; in GetLatestStoreFile() local80 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
116 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()
332 bool CJInitialize::CheckPathBaseDir(const std::string &filepath, std::string &baseDir) in CheckPathBaseDir()
1189 std::string filepath; variable1203 std::string filepath; variable1379 std::string filepath = "a/entry/file/cache"; variable1393 std::string filepath; variable1406 std::string filepath; variable1419 std::string filepath = "/data/storage/el1/base/test_createinner_0171/"; variable1432 std::string filepath = "/data/test/"; variable1821 std::string filepath; variable1842 std::string filepath = "/data/test"; variable1897 std::string filepath = "data/test/testRemove"; variable[all …]
364 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()
992 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()
1401 bool JsInitialize::CheckBelongAppBaseDir(const std::string &filepath, std::string &baseDir) in CheckBelongAppBaseDir()
195 auto filepath = dir + '/' + filename; in IsPathValid() local
49 bool CheckFileIsExists(const char *filepath) in CheckFileIsExists()63 bool CheckFileIsNotExists(const char *filepath) in CheckFileIsNotExists()
546 def add_file(self, filepath): argument