Home
last modified time | relevance | path

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

/system/iorap/src/prefetcher/
Dread_ahead.h48 static std::optional<size_t> PrefetchSizeInBytes(const std::string& file_path);
Dread_ahead.cc420 std::optional<size_t> ReadAhead::PrefetchSizeInBytes(const std::string& file_path) { in PrefetchSizeInBytes() function in iorap::prefetcher::ReadAhead
/system/iorap/src/maintenance/
Dcontroller.cc544 prefetcher::ReadAhead::PrefetchSizeInBytes(prefetch_file->file_path); in DumpPackageActivity()