Home
last modified time | relevance | path

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

/aosp_15_r20/system/apex/apexd/
H A Dapexd_loop.cpp89 unique_fd sysfs_fd(open(sysfs_path.c_str(), O_RDWR | O_CLOEXEC)); in ConfigureScheduler() local
229 unique_fd sysfs_fd(open(sysfs_path.c_str(), O_RDWR | O_CLOEXEC)); in ConfigureQueueDepth() local
258 unique_fd sysfs_fd(open(sysfs_device.c_str(), O_RDWR | O_CLOEXEC)); in ConfigureReadAhead() local
474 unique_fd sysfs_fd(open(device.c_str(), O_RDWR | O_CLOEXEC)); in WaitForLoopDevice() local
/aosp_15_r20/system/core/fs_mgr/
H A Dblockdev.cpp144 unique_fd sysfs_fd(open(sysfs_path.c_str(), O_RDWR | O_CLOEXEC)); in ConfigureQueueDepth() local
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmeventlistener.cpp217 int DrmEventListener::UnRegisterSysfsHandler(int sysfs_fd) { in UnRegisterSysfsHandler()