Searched refs:GetFileFormat (Results 1 – 4 of 4) sorted by relevance
204 EXPECT_EQ(expected, utils::GetFileFormat(file.path())); in GetFileFormatTester()209 EXPECT_EQ("File not found.", utils::GetFileFormat("/path/to/nowhere")); in TEST()
196 std::string GetFileFormat(const std::string& path);
795 string GetFileFormat(const string& path) { in GetFileFormat() function
180 << " is: " << utils::GetFileFormat(abs_path); in PerformPartitionPostinstall()