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

/system/core/init/
H A Dbuiltins.cpp732 static Result<Success> readahead_file(const std::string& filename, bool fully) { function in namespace:android::init
782 if (auto result = readahead_file(args[1], readfully); !result) {
799 if (auto result = readahead_file(filename, readfully); !result) {

Completed in 382 milliseconds