Searched refs:GetFileType (Results 1 – 6 of 6) sorted by relevance
88 if (file::GetFileType(prefix_path) != file::FileType::kDirectory in Create()104 if (file::GetFileType(full_path) == file::FileType::kDirectory in Create()
50 FileType GetFileType(const std::string& path) { in GetFileType() function69 FileType GetFileType(const std::string& path) {366 const FileType file_type = GetFileType(full_path); in FindFiles()
56 FileType GetFileType(const std::string& path);
57 if (file::GetFileType(full_path) == file::FileType::kDirectory) { in ClearDirectory()
45 file::FileType type = file::GetFileType(dir_); in Open()
340 const file::FileType file_type = file::GetFileType(input_path); in IsValidFile()