Home
last modified time | relevance | path

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

123

/system/logging/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.cpp165 const std::string& subsystem) const { in MatchWithSubsystem()
167 if (name().find(subsystem) != std::string::npos) { in MatchWithSubsystem()
168 if (Match("/sys/class/" + subsystem + "/" + path_basename)) return true; in MatchWithSubsystem()
169 if (Match("/sys/bus/" + subsystem + "/devices/" + path_basename)) return true; in MatchWithSubsystem()
223 const std::string& subsystem) const { in FixupSysPermissions()
229 if (s.MatchWithSubsystem(path, subsystem)) s.SetPermissions(path); in FixupSysPermissions()
473 FixupSysPermissions(uevent.path, uevent.subsystem); in HandleUevent()
483 if (uevent.subsystem == "block") { in HandleUevent()
490 } else if (const auto subsystem = in HandleUevent() local
491 std::find(subsystems_.cbegin(), subsystems_.cend(), uevent.subsystem); in HandleUevent()
[all …]
/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.rc7 subsystem graphics
11 subsystem drm
15 subsystem input
19 subsystem sound
23 subsystem dma_heap
/system/sepolicy/prebuilts/api/27.0/public/
Dbluetooth.te1 # bluetooth subsystem
Dnfc.te1 # nfc subsystem
/system/sepolicy/prebuilts/api/29.0/public/
Dbluetooth.te1 # bluetooth subsystem
Dnfc.te1 # nfc 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/
Dbluetooth.te1 # bluetooth subsystem
Dsecure_element.te1 # secure_element subsystem
Dnfc.te1 # nfc 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/31.0/public/
Dbluetooth.te1 # bluetooth subsystem
Dnfc.te1 # nfc subsystem
Dsecure_element.te1 # secure_element subsystem
/system/sepolicy/prebuilts/api/30.0/public/
Dbluetooth.te1 # bluetooth subsystem
Dsecure_element.te1 # secure_element subsystem
Dnfc.te1 # nfc subsystem
/system/sepolicy/vendor/
Dhal_audiocontrol_default.te1 # audiocontrol subsystem
Dhal_vehicle_default.te1 # vehicle subsystem

123