Home
last modified time | relevance | path

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

/system/iorap/src/prefetcher/
Dread_ahead.cc334 for (const serialize::proto::TraceFileIndexEntry& index_entry : index.entries()) { in BeginTask() local
335 LOG(VERBOSE) << "ReadAhead: found file entry: " << index_entry.file_name(); in BeginTask()
337 if (index_entry.id() < 0) { in BeginTask()
339 << index_entry.id(); in BeginTask()
343 size_t path_id = index_entry.id(); in BeginTask()
344 const auto& path_file_name = index_entry.file_name(); in BeginTask()
Dsession.cc367 for (const serialize::proto::TraceFileIndexEntry& index_entry : index.entries()) { in ProcessFd() local
368 LOG(VERBOSE) << "ReadAhead: found file entry: " << index_entry.file_name(); in ProcessFd()
370 if (index_entry.id() < 0) { in ProcessFd()
372 << index_entry.id(); in ProcessFd()
376 size_t path_id = index_entry.id(); in ProcessFd()
377 const auto& path_file_name = index_entry.file_name(); in ProcessFd()