Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Delf_file.h73 const std::string& GetFilePath() const;
H A Delf_file_impl.h58 const std::string& GetFilePath() const { in GetFilePath() function
H A Delf_file.cc1619 const std::string& ElfFile::GetFilePath() const { in GetFilePath() function in art::ElfFile
1620 DELEGATE_TO_IMPL(GetFilePath); in GetFilePath()
/aosp12/system/iorap/src/prefetcher/
H A Dsession.cc64 std::optional<std::string_view> SessionBase::GetFilePath(size_t path_id) const { in GetFilePath() function in iorap::prefetcher::SessionBase
214 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()
H A Dsession.h101 std::optional<std::string_view> GetFilePath(size_t path_id) const;
/aosp12/system/update_engine/payload_consumer/
H A Dinstall_plan.cc87 url_str = utils::GetFilePath(fd); in ToString()
/aosp12/system/update_engine/common/
H A Dutils_unittest.cc466 EXPECT_EQ(file.path(), utils::GetFilePath(fd)); in TEST()
467 EXPECT_EQ("not found", utils::GetFilePath(-1)); in TEST()
H A Dutils.h319 std::string GetFilePath(int fd);
H A Dutils.cc991 string GetFilePath(int fd) { in GetFilePath() function