Home
last modified time | relevance | path

Searched refs:IsValidPath (Results 1 - 6 of 6) sorted by relevance

/base/security/huks/utils/file_operator/
H A Dhks_file_operator.c79 static int32_t IsValidPath(const char *path) in IsValidPath() function
253 if (IsValidPath(fullFileName) != HKS_SUCCESS) { in HksFileRemove()
270 if (IsValidPath(fullFileName) != HKS_SUCCESS) { in HksIsFileExist()
283 if (IsValidPath(path) != HKS_SUCCESS) { in HksIsDirExist()
291 if (IsValidPath(path) != HKS_SUCCESS) { in HksMakeDir()
309 if (IsValidPath(path) != HKS_SUCCESS) { in HksOpenDir()
344 if (IsValidPath(dirPath) != HKS_SUCCESS) { in HksRemoveDir()
449 if (IsValidPath(path) != HKS_SUCCESS) { in HksDeleteDir()
497 if (IsValidPath(fullFileName) != HKS_SUCCESS) { in HksFileRead()
516 if (IsValidPath(fullFileNam in HksFileWrite()
[all...]
/base/request/request/frameworks/js/napi/src/upload/
H A 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/request/request/frameworks/js/napi/include/upload/
H A Dobtain_file.h45 bool IsValidPath(const std::string &filePath);
/base/hiviewdfx/hiview_lite/
H A Dhiview_file.c276 int IsValidPath(const char *path) in IsValidPath() function
297 if (path == NULL || IsValidPath(path) != 0) { in RegisterFileWatcher()
317 if (IsValidPath(fp->outPath) == 0) { in UnRegisterFileWatcher()
/base/msdp/device_status/utils/common/src/
H A Dutil.cpp273 bool IsValidPath(const std::string &rootDir, const std::string &filePath) in IsValidPath() function
280 return IsValidPath(SVG_PATH, filePath); in IsValidSvgPath()
/base/msdp/device_status/utils/common/include/
H A Dutil.h152 bool IsValidPath(const std::string &rootDir, const std::string &filePath);

Completed in 4 milliseconds