Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_loop.cpp76 std::string sysfs_device = in configureReadAhead() local
78 unique_fd sysfs_fd(open(sysfs_device.c_str(), O_RDWR | O_CLOEXEC)); in configureReadAhead()
80 return Status::Fail(PStringLog() << "Failed to open " << sysfs_device); in configureReadAhead()
86 return Status::Fail(PStringLog() << "Failed to write to " << sysfs_device); in configureReadAhead()