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