Searched refs:IsDirectory (Results 1 – 3 of 3) sorted by relevance
58 static bool IsDirectory(const std::string &path);
56 isFile_ = !IsDirectory(filePath); in Init()164 bool FileEntry::IsDirectory(const string &path) in IsDirectory() function in OHOS::Global::Restool::FileEntry
249 if (!FileEntry::IsDirectory(rawfilePath)) { in CopyRawFile()