Searched refs:IsLegalPath (Results 1 – 9 of 9) sorted by relevance
34 bool IsLegalPath(const std::string& path);
366 auto ret = FileUtil::IsLegalPath("aa/../bb");368 ret = FileUtil::IsLegalPath("aa/./bb");370 ret = FileUtil::IsLegalPath("aa/bb/");372 ret = FileUtil::IsLegalPath("aa/bb/cc");
61 if (filePath.empty() || hash == nullptr || !FileUtil::IsLegalPath(filePath)) { in CalcFileSha()
107 bool IsLegalPath(const std::string& path) in IsLegalPath() function
429 auto ret = FileUtil::IsLegalPath("aa/../bb");431 ret = FileUtil::IsLegalPath("aa/./bb");433 ret = FileUtil::IsLegalPath("aa/bb/");435 ret = FileUtil::IsLegalPath("aa/bb/cc");
106 if (file.empty() || !FileUtil::IsLegalPath(file)) { in GetFileFd()
97 bool IsLegalPath(const std::string& path);
316 bool IsLegalPath(const std::string& path) in IsLegalPath() function
128 …"OHOS::HiviewDFX::FileUtil::IsLegalPath(std::__h::basic_string<char, std::__h::char_traits<char>, …