Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp2019 const std::string iosched_path = in ConfigureIoScheduler() local
2021 unique_fd iosched_fd(open(iosched_path.c_str(), O_RDWR | O_CLOEXEC)); in ConfigureIoScheduler()
2023 PERROR << __func__ << ": failed to open " << iosched_path; in ConfigureIoScheduler()
2038 PERROR << __func__ << ": failed to write to " << iosched_path; in ConfigureIoScheduler()