Home
last modified time | relevance | path

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

/system/core/init/
Ddevices.cpp58 #define SYSFS_PREFIX "/sys" macro
159 std::string path = std::string(SYSFS_PREFIX) + upath; in fixup_sys_perms()
164 if (match_subsystem(dp, SYSFS_PREFIX "/class/%s/%s", path.c_str(), subsystem)) { in fixup_sys_perms()
166 … } else if (match_subsystem(dp, SYSFS_PREFIX "/bus/%s/devices/%s", path.c_str(), subsystem)) { in fixup_sys_perms()