Searched refs:GetFilePath (Results 1 – 6 of 6) sorted by relevance
88 url_str = utils::GetFilePath(fd); in Dump()
64 std::optional<std::string_view> SessionBase::GetFilePath(size_t path_id) const { in GetFilePath() function in iorap::prefetcher::SessionBase214 std::optional<std::string_view> file_name_opt = GetFilePath(path_id); in ReadAhead()524 std::optional<std::string_view> file_path = GetFilePath(path_id); in Dump()
101 std::optional<std::string_view> GetFilePath(size_t path_id) const;
514 EXPECT_EQ(file.path(), utils::GetFilePath(fd)); in TEST()515 EXPECT_EQ("not found", utils::GetFilePath(-1)); in TEST()
309 std::string GetFilePath(int fd);
1068 string GetFilePath(int fd) { in GetFilePath() function