Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_loop.h58 android::base::Result<void> ConfigureReadAhead(const std::string& device_path);
Dapexd_loop.cpp89 Result<void> ConfigureReadAhead(const std::string& device_path) { in ConfigureReadAhead() function
331 Result<void> read_ahead_status = ConfigureReadAhead(loop_device->name); in CreateLoopDevice()
Dapexd.cpp537 loop::ConfigureReadAhead(verity_dev.GetDevPath()); in MountPackageImpl()