Home
last modified time | relevance | path

Searched refs:GetFdForPath (Results 1 – 2 of 2) sorted by relevance

/system/iorap/src/prefetcher/
Dsession.cc146 auto maybe_fd = GetFdForPath(path_id); in UnregisterFilePath()
184 std::optional<android::base::unique_fd*> SessionDirect::GetFdForPath(size_t path_id) { in GetFdForPath() function in iorap::prefetcher::SessionDirect
205 auto maybe_fd = GetFdForPath(path_id); in ReadAhead()
Dsession.h168 std::optional<android::base::unique_fd*> GetFdForPath(size_t path_id);