HomeSort by relevance Sort by last modified time
    Searched refs:GetFileFormat (Results 1 - 4 of 4) sorted by null

  /system/update_engine/common/
utils_unittest.cc 210 EXPECT_EQ(expected, utils::GetFileFormat(file.path()));
215 EXPECT_EQ("File not found.", utils::GetFileFormat("/path/to/nowhere"));
utils.h 203 std::string GetFileFormat(const std::string& path);
utils.cc 79 // in GetFileFormat.
802 string GetFileFormat(const string& path) {
    [all...]
  /system/update_engine/payload_consumer/
postinstall_runner_action.cc 179 << " is: " << utils::GetFileFormat(abs_path);

Completed in 80 milliseconds