Searched defs:filepath (Results 1 – 8 of 8) sorted by relevance
73 std::string filepath = filedir + filename; variable96 std::string filepath = filedir + filename; variable128 std::string filepath = filedir + filename; variable153 std::string filepath = filedir + filename; variable
111 bool CJTask::SetPathPermission(const std::string &filepath) in SetPathPermission()182 void CJTask::AddPathMap(const std::string &filepath, const std::string &baseDir) in AddPathMap()199 void CJTask::ResetDirAccess(const std::string &filepath) in ResetDirAccess()207 void CJTask::RemovePathMap(const std::string &filepath) in RemovePathMap()
337 bool CJInitialize::CheckPathBaseDir(const std::string &filepath, std::string &baseDir) in CheckPathBaseDir()
995 bool JsTask::SetPathPermission(const std::string &filepath) in SetPathPermission()1023 void JsTask::AddPathMap(const std::string &filepath, const std::string &baseDir) in AddPathMap()1050 void JsTask::ResetDirAccess(const std::string &filepath) in ResetDirAccess()1058 void JsTask::RemovePathMap(const std::string &filepath) in RemovePathMap()
1315 bool JsInitialize::CheckBelongAppBaseDir(const std::string &filepath, std::string &baseDir) in CheckBelongAppBaseDir()
192 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