Home
last modified time | relevance | path

Searched refs:IsValidPath (Results 1 – 8 of 8) sorted by relevance

/base/request/request/frameworks/js/napi/include/upload/
Dobtain_file.h43 bool IsValidPath(const std::string &filePath);
/base/request/request/frameworks/js/napi/src/upload/
Dobtain_file.cpp94 bool ObtainFile::IsValidPath(const std::string &filePath) in IsValidPath() function in OHOS::Request::Upload::ObtainFile
130 if (!IsValidPath(filePath)) { in GetInternalFile()
/base/hiviewdfx/faultloggerd/frameworks/unwinder/include/
Ddfx_maps.h29 bool IsValidPath();
/base/hiviewdfx/faultloggerd/test/unittest/unwinder/
Dmaps_test.cpp47 bool ret = map->IsValidPath();
/base/hiviewdfx/hiview_lite/
Dhiview_file.c278 int IsValidPath(const char *path) in IsValidPath() function
299 if (path == NULL || IsValidPath(path) != 0) { in RegisterFileWatcher()
319 if (IsValidPath(fp->outPath) == 0) { in UnRegisterFileWatcher()
/base/hiviewdfx/faultloggerd/frameworks/unwinder/
Ddfx_maps.cpp69 if (!elfMap->IsValidPath()) { in Create()
193 bool DfxElfMap::IsValidPath() in IsValidPath() function in OHOS::HiviewDFX::DfxElfMap
/base/msdp/device_status/utils/common/include/
Dutil.h105 bool IsValidPath(const std::string &rootDir, const std::string &filePath);
/base/msdp/device_status/utils/common/src/
Dutil.cpp244 bool IsValidPath(const std::string &rootDir, const std::string &filePath) in IsValidPath() function
251 return IsValidPath(SVG_PATH, filePath); in IsValidSvgPath()