Home
last modified time | relevance | path

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

/aosp12/system/apex/apexd/
H A 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()
H A Dapexd_loop.h58 android::base::Result<void> ConfigureReadAhead(const std::string& device_path);
H A Dapexd.cpp570 loop::ConfigureReadAhead(verity_dev.GetDevPath()); in MountPackageImpl()