Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_loop.cpp70 Result<void> configureReadAhead(const std::string& device_path) { in configureReadAhead() function
229 Result<void> readAheadStatus = configureReadAhead(device); in createLoopDevice()
Dapexd_loop.h58 android::base::Result<void> configureReadAhead(const std::string& device_path);
Dapexd.cpp454 loop::configureReadAhead(verityDev.GetDevPath()); in MountPackageImpl()