Home
last modified time | relevance | path

Searched refs:subsystem (Results 1 – 25 of 46) sorted by relevance

12

/system/core/logd/
DREADME.auditd5 audit kernel subsystem. The audit subsystem of the kernel
8 To enable the audit subsystem, you must add this to your
/system/core/init/
Ddevices.cpp170 const std::string& subsystem) const { in MatchWithSubsystem()
172 if (name().find(subsystem) != std::string::npos) { in MatchWithSubsystem()
173 if (Match("/sys/class/" + subsystem + "/" + path_basename)) return true; in MatchWithSubsystem()
174 if (Match("/sys/bus/" + subsystem + "/devices/" + path_basename)) return true; in MatchWithSubsystem()
227 const std::string& subsystem) const { in FixupSysPermissions()
233 if (s.MatchWithSubsystem(path, subsystem)) s.SetPermissions(path); in FixupSysPermissions()
420 FixupSysPermissions(uevent.path, uevent.subsystem); in HandleUevent()
430 if (uevent.subsystem == "block") { in HandleUevent()
437 } else if (const auto subsystem = in HandleUevent() local
438 std::find(subsystems_.cbegin(), subsystems_.cend(), uevent.subsystem); in HandleUevent()
[all …]
Duevent_listener.cpp38 uevent->subsystem.clear(); in ParseEvent()
53 uevent->subsystem = msg; in ParseEvent()
84 << uevent->subsystem << "', '" << uevent->firmware << "', " << uevent->major in ParseEvent()
Duevent.h28 std::string subsystem; member
/system/bt/doc/
Ddirectory_layout.md4 Each directory should be a self contained subsystem consisting
7 * src/ - All source files for the subsystem.
8 * include/ - All include files for the subsystem.
9 * test/ - All unit tests for the subsystem.
/system/core/rootdir/
Dueventd.rc4 subsystem graphics
8 subsystem drm
12 subsystem input
16 subsystem sound
/system/sepolicy/prebuilts/api/27.0/public/
Dnfc.te1 # nfc subsystem
Dbluetooth.te1 # bluetooth subsystem
/system/sepolicy/prebuilts/api/28.0/public/
Dsecure_element.te1 # secure_element subsystem
Dnfc.te1 # nfc subsystem
Dbluetooth.te1 # bluetooth subsystem
/system/sepolicy/prebuilts/api/29.0/public/
Dnfc.te1 # nfc subsystem
Dbluetooth.te1 # bluetooth subsystem
Dsecure_element.te1 # secure_element subsystem
/system/sepolicy/prebuilts/api/26.0/public/
Dbluetooth.te1 # bluetooth subsystem
Dnfc.te1 # nfc subsystem
/system/sepolicy/public/
Dnfc.te1 # nfc subsystem
Dbluetooth.te1 # bluetooth subsystem
Dsecure_element.te1 # secure_element subsystem
/system/sepolicy/vendor/
Dhal_bootctl_default.te1 # Boot control subsystem
Dhal_audiocontrol_default.te1 # audiocontrol subsystem
Dhal_vehicle_default.te1 # vehicle subsystem
/system/sepolicy/prebuilts/api/28.0/private/
Dsecure_element.te1 # secure element subsystem
/system/sepolicy/prebuilts/api/29.0/private/
Dsecure_element.te1 # secure element subsystem
/system/sepolicy/private/
Dsecure_element.te1 # secure element subsystem

12