Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dbuiltins.cpp915 static Result<void> readahead_file(const std::string& filename, bool fully) { in readahead_file() function
965 if (auto result = readahead_file(args[1], readfully); !result.ok()) { in do_readahead()
982 if (auto result = readahead_file(filename, readfully); !result.ok()) { in do_readahead()