Searched refs:IsValidPath (Results 1 – 8 of 8) sorted by relevance
43 bool IsValidPath(const std::string &filePath);
94 bool ObtainFile::IsValidPath(const std::string &filePath) in IsValidPath() function in OHOS::Request::Upload::ObtainFile130 if (!IsValidPath(filePath)) { in GetInternalFile()
29 bool IsValidPath();
47 bool ret = map->IsValidPath();
278 int IsValidPath(const char *path) in IsValidPath() function299 if (path == NULL || IsValidPath(path) != 0) { in RegisterFileWatcher()319 if (IsValidPath(fp->outPath) == 0) { in UnRegisterFileWatcher()
69 if (!elfMap->IsValidPath()) { in Create()193 bool DfxElfMap::IsValidPath() in IsValidPath() function in OHOS::HiviewDFX::DfxElfMap
105 bool IsValidPath(const std::string &rootDir, const std::string &filePath);
244 bool IsValidPath(const std::string &rootDir, const std::string &filePath) in IsValidPath() function251 return IsValidPath(SVG_PATH, filePath); in IsValidSvgPath()