Searched defs:filepath (Results 1 – 7 of 7) sorted by relevance
56 std::string filepath = nullptr; variable69 std::string filepath = nullptr; variable
34 std::string filepath(wrappedPath.cStr, wrappedPath.len); in RequestBackgroundNotify() local
73 std::string filepath = filedir + filename; variable
904 bool JsTask::SetPathPermission(const std::string &filepath) in SetPathPermission()929 bool JsTask::CheckPathBaseDir(const std::string &filepath, std::string &baseDir) in CheckPathBaseDir()959 void JsTask::AddPathMap(const std::string &filepath, const std::string &baseDir) in AddPathMap()976 void JsTask::ResetDirAccess(const std::string &filepath) in ResetDirAccess()984 void JsTask::RemovePathMap(const std::string &filepath) in RemovePathMap()
280 void AsanCollector::Collect(const std::string& filepath) in Collect()
204 auto filepath = dir + '/' + filename; in IsPathValid() local
56 bool checkFileIsExists(const char *filepath) in checkFileIsExists()