Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dinstall_plan.cc94 url_str = utils::GetFilePath(fd); in Dump()
/system/update_engine/common/
Dutils_unittest.cc479 EXPECT_EQ(file.path(), utils::GetFilePath(fd)); in TEST()
480 EXPECT_EQ("not found", utils::GetFilePath(-1)); in TEST()
Dutils.h296 std::string GetFilePath(int fd);
Dutils.cc963 string GetFilePath(int fd) { in GetFilePath() function