Home
last modified time | relevance | path

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

/system/iorap/src/prefetcher/
Dsession.cc176 auto fd_it = path_fd_map_.find(path_id); in UnregisterFilePath() local
177 DCHECK(fd_it != path_fd_map_.end()); in UnregisterFilePath()
178 path_fd_map_.erase(fd_it); in UnregisterFilePath()
532 auto fd_it = path_fd_map_.find(path_id); in Dump() local
534 if (fd_it != path_fd_map_.end()) { in Dump()
535 const android::base::unique_fd& fd = fd_it->second; in Dump()