Searched refs:GetFileType (Results 1 – 6 of 6) sorted by relevance
107 if (file::GetFileType(prefix_path) != file::FileType::kDirectory in Create()123 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) {372 const FileType file_type = GetFileType(full_path); in FindFiles()
57 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()
361 const file::FileType file_type = file::GetFileType(input_path); in IsValidFile()828 file::FileType output_file_type = file::GetFileType(options_.output_path); in Action()