/system/sepolicy/private/ |
D | device_as_webcam.te | 18 # UVC nodes are mounted as V4L2 nodes (/dev/video*) on the device. These need to
|
D | snapshotctl.te | 31 # Needed to mutate device-mapper nodes. 60 # Allow to read /dev/block/dm-* (device-mapper) nodes. 63 # Allow to read dm-user control nodes.
|
D | snapuserd.te | 23 # Reading and writing to /dev/block/dm-* (device-mapper) nodes. 28 # Reading and writing to dm-user control nodes.
|
D | ueventd.te | 40 # Get file contexts for new device nodes
|
D | coredomain.te | 250 # Following /dev nodes must not be directly accessed by coredomain, but should
|
D | gsid.te | 19 # Needed to create/delete device-mapper nodes, and read/write to them.
|
D | vendor_init.te | 227 # Write to sysfs nodes.
|
/system/libufdt/include/ |
D | ufdt_types.h | 25 for ((it) = (node)->nodes; (it) != (node)->nodes + (node)->mem_size; ++(it)) \
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 918 let nodes = []; 921 nodes.push(node); 929 return nodes; 1121 _getMaxDepth(nodes) { argument 1122 let isArray = Array.isArray(nodes); 1125 sumCount = nodes.reduce((acc, cur) => acc + cur.s, 0); 1127 sumCount = nodes.s; 1133 let children = isArray ? this._splitChildrenForNodes(nodes) : nodes.c; 1218 _splitChildrenForNodes(nodes) { argument 1220 for (let node of nodes) { [all …]
|
/system/update_engine/payload_generator/ |
D | merge_sequence_generator.cc | 201 const T& nodes, in MaxOutDegree() argument 213 std::any_of(nodes.begin(), in MaxOutDegree() 214 nodes.end(), in MaxOutDegree() 225 for (const auto& op : nodes) { in MaxOutDegree()
|
/system/extras/simpleperf/ |
D | callchain.h | 104 NodeT* FindMatchingNode(const std::vector<std::unique_ptr<NodeT>>& nodes, const EntryT* sample, in FindMatchingNode() 106 for (auto& node : nodes) { in FindMatchingNode()
|
/system/core/init/ |
D | README.ueventd.md | 28 Ueventd listens to the kernel uevent sockets and creates/deletes nodes in `/dev` based on the 30 creates the nodes with the SELabel from the current loaded SEPolicy. It has three default behaviors 75 Indicates that all uevents with `SUBSYSTEM=sound` will create nodes as `/dev/snd/<basename uevent 163 ueventd to create the nodes. 169 recommended that devices use genfscon for labeling sysfs nodes. However, some devices may benefit
|
/system/apex/tools/ |
D | create_apex_skeleton.sh | 88 openssl req -x509 -config csr.conf -newkey rsa:4096 -nodes -days 999999 -keyout key.pem -out ${APEX…
|
/system/sepolicy/microdroid/system/private/ |
D | ueventd.te | 37 # Get file contexts for new device nodes
|
D | vendor_init.te | 118 # Write to sysfs nodes.
|
D | init.te | 44 # Relabel /dev nodes created in first stage init: /dev/console, /dev/null, /dev/ptmx, /dev/random
|
/system/libvintf/ |
D | parse_xml.cpp | 349 auto nodes = getChildren(root, elementName); in parseTextElements() local 350 v->resize(nodes.size()); in parseTextElements() 351 for (size_t i = 0; i < nodes.size(); ++i) { in parseTextElements() 352 v->at(i) = getText(nodes[i]); in parseTextElements() 395 auto nodes = getChildren(root, conv.elementName()); in parseChildren() local 396 v->resize(nodes.size()); in parseChildren() 397 for (size_t i = 0; i < nodes.size(); ++i) { in parseChildren() 398 if (!conv(&v->at(i), nodes[i], param)) { in parseChildren()
|
/system/core/rootdir/ |
D | ueventd.rc | 31 # ueventd can only set permissions on device nodes and their associated
|
/system/sepolicy/microdroid/system/public/ |
D | attributes | 66 # All types used for nodes/hosts.
|
/system/extras/simpleperf/doc/ |
D | view_the_profile.md | 287 Showing nodes accounting for 2.45s, 11.44% of 21.46s total 318 Showing nodes accounting for 1.05s, 4.88% of 21.46s total
|
/system/memory/lmkd/ |
D | lmkd.cpp | 409 struct zoneinfo_node nodes[MAX_NR_NODES]; member 2054 node = &zi->nodes[node_idx]; in zoneinfo_parse() 2080 node = &zi->nodes[node_idx]; in zoneinfo_parse() 2082 struct zoneinfo_zone *zone = &zi->nodes[node_idx].zones[zone_idx]; in zoneinfo_parse() 2834 struct zoneinfo_node *node = &zi->nodes[node_idx]; in calc_zone_watermarks()
|
/system/apex/shim/build/ |
D | Android.bp | 395 …cmd: "openssl req -x509 -newkey rsa:4096 -nodes -days 999999 -subj '/DN=/EMAILADDRESS=android@andr… 411 …cmd: "openssl req -x509 -key $(in) -newkey rsa:4096 -nodes -days 999999 -subj '/DN=/EMAILADDRESS=a…
|
/system/sepolicy/public/ |
D | file.te | 18 # Security-sensitive proc nodes that should not be writable to most. 31 # proc, sysfs, or other nodes that permit configuration of kernel usermodehelpers.
|
D | attributes | 83 # All types used for nodes/hosts.
|
/system/apex/docs/ |
D | howto.md | 282 $ openssl req -x509 -newkey rsa:4096 -nodes -days 999999 -keyout key.pem -out com.android.my.apex.x…
|