Searched refs:GetFilePath (Results 1 – 4 of 4) sorted by relevance
462 EXPECT_EQ(file.path(), utils::GetFilePath(fd)); in TEST()463 EXPECT_EQ("not found", utils::GetFilePath(-1)); in TEST()
379 std::string GetFilePath(int fd);
1091 string GetFilePath(int fd) { in GetFilePath() function
87 url_str = utils::GetFilePath(fd); in ToString()