Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Dutils_unittest.cc156 EXPECT_EQ(expected, utils::GetFileFormat(file.path())); in GetFileFormatTester()
161 EXPECT_EQ("File not found.", utils::GetFileFormat("/path/to/nowhere")); in TEST()
H A Dutils.h203 std::string GetFileFormat(const std::string& path);
H A Dutils.cc700 string GetFileFormat(const string& path) { in GetFileFormat() function
/aosp12/system/update_engine/payload_consumer/
H A Dpostinstall_runner_action.cc212 << " is: " << utils::GetFileFormat(abs_path); in PerformPartitionPostinstall()