Home
last modified time | relevance | path

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

/system/sepolicy/microdroid/system/public/
Dfile.te50 type config_gz, fs_type, proc_type;
77 type proc, fs_type, proc_type;
78 type proc_abi, fs_type, proc_type;
79 type proc_asound, fs_type, proc_type;
80 type proc_bootconfig, fs_type, proc_type;
81 type proc_buddyinfo, fs_type, proc_type;
82 type proc_cmdline, fs_type, proc_type;
83 type proc_cpuinfo, fs_type, proc_type;
84 type proc_dirty, fs_type, proc_type;
85 type proc_diskstats, fs_type, proc_type;
[all …]
Dattributes44 attribute proc_type;
45 expandattribute proc_type false;
/system/sepolicy/public/
Dfile.te6 type proc, fs_type, proc_type;
19 type proc_security, fs_type, proc_type;
20 type proc_drop_caches, fs_type, proc_type;
21 type proc_overcommit_memory, fs_type, proc_type;
22 type proc_min_free_order_shift, fs_type, proc_type;
23 type proc_kpageflags, fs_type, proc_type;
24 type proc_watermark_boost_factor, fs_type, proc_type;
25 type proc_percpu_pagelist_high_fraction, fs_type, proc_type;
28 type proc_compaction_proactiveness, fs_type, proc_type;
32 type usermodehelper, fs_type, proc_type;
[all …]
Dattributes61 attribute proc_type;
62 expandattribute proc_type false;
/system/memory/lmkd/include/
Dlmkd.h98 enum proc_type { enum
110 enum proc_type ptype;
125 params->ptype = field_count > 3 ? (enum proc_type)ntohl(packet[4]) : PROC_TYPE_APP; in lmkd_pack_get_procprio()
352 params->procs[procs_idx].ptype = (enum proc_type)ntohl(packet[packetIdx++]); in lmkd_pack_get_procs_prio()
/system/sepolicy/microdroid/system/private/
Dcrash_dump.te42 dontaudit crash_dump proc_type:file rw_file_perms;
Ddomain.te242 dontaudit domain proc_type:dir write;
421 neverallow { domain -init } proc_type:{ file dir } mounton;
530 proc_type
Dinit.te222 -proc_type
/system/sepolicy/private/
Dfile.te2 type config_gz, fs_type, proc_type;
145 type proc_dt_avf, fs_type, proc_type;
Ddomain.te1459 proc_type
1467 dontaudit domain proc_type:dir write;
1475 dontaudit domain proc_type:dir add_name;
1477 dontaudit domain proc_type:file create;
2233 neverallow { domain -dexopt_chroot_setup -init -zygote } proc_type:{ file dir } mounton;
Dinit.te464 -proc_type
/system/memory/lmkd/tests/
Dlmkd_tests.cpp307 .ptype = proc_type::PROC_TYPE_APP}; in TEST_F()
/system/chre/platform/slpi/see/
Dsee_helper.cc344 .proc_type = processorType, in encodeSnsRemoteProcSensorConfig()
1187 } else if (event.proc_type == SNS_STD_CLIENT_PROCESSOR_APSS) { in decodeSnsRemoteProcStateEvent()