Searched defs:filepath (Results 1 – 8 of 8) sorted by relevance
83 std::string filepath = PERF_TEST_DIR + filename; variable105 std::string filepath = PERF_TEST_DIR + filename; variable136 std::string filepath = PERF_TEST_DIR + filename; variable160 std::string filepath = PERF_TEST_DIR + filename; variable
115 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()
334 bool CJInitialize::CheckPathBaseDir(const std::string &filepath, std::string &baseDir) in CheckPathBaseDir()
972 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()
1382 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()
544 def add_file(self, filepath): argument