Home
last modified time | relevance | path

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

/system/iorap/src/prefetcher/
Dsession.cc146 auto maybe_fd = GetFdForPath(path_id); in UnregisterFilePath() local
148 DCHECK(*maybe_fd != nullptr); in UnregisterFilePath()
149 const android::base::unique_fd& entry_fd = **maybe_fd; in UnregisterFilePath()
205 auto maybe_fd = GetFdForPath(path_id); in ReadAhead() local
206 if (!maybe_fd) { in ReadAhead()
211 DCHECK(*maybe_fd != nullptr); in ReadAhead()
212 const android::base::unique_fd& entry_fd = **maybe_fd; in ReadAhead()