Home
last modified time | relevance | path

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

/system/update_engine/common/
Dutils_unittest.cc462 EXPECT_EQ(file.path(), utils::GetFilePath(fd)); in TEST()
463 EXPECT_EQ("not found", utils::GetFilePath(-1)); in TEST()
Dutils.h379 std::string GetFilePath(int fd);
Dutils.cc1091 string GetFilePath(int fd) { in GetFilePath() function
/system/update_engine/payload_consumer/
Dinstall_plan.cc87 url_str = utils::GetFilePath(fd); in ToString()