Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dblockdev.cpp144 unique_fd sysfs_fd(open(sysfs_path.c_str(), O_RDWR | O_CLOEXEC)); in ConfigureQueueDepth() local
145 if (sysfs_fd == -1) { in ConfigureQueueDepth()
149 const int res = write(sysfs_fd.get(), nr_requests.data(), nr_requests.length()); in ConfigureQueueDepth()