Home
last modified time | relevance | path

Searched refs:GetFileFormat (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/common/
Dutils_unittest.cc204 EXPECT_EQ(expected, utils::GetFileFormat(file.path())); in GetFileFormatTester()
209 EXPECT_EQ("File not found.", utils::GetFileFormat("/path/to/nowhere")); in TEST()
Dutils.h196 std::string GetFileFormat(const std::string& path);
Dutils.cc795 string GetFileFormat(const string& path) { in GetFileFormat() function
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.cc180 << " is: " << utils::GetFileFormat(abs_path); in PerformPartitionPostinstall()