Searched refs:exec (Results 1 – 20 of 20) sorted by relevance
/system/core/bootstat/ |
D | bootstat.rc | 12 exec - root root -- /system/bin/bootstat -r post_decrypt_time_elapsed 22 exec - root root -- /system/bin/bootstat --record_boot_complete 25 exec - root root -- /system/bin/bootstat --record_boot_reason 28 exec - root root -- /system/bin/bootstat --record_time_since_factory_reset 31 exec - root root -- /system/bin/bootstat -l
|
/system/core/crash_reporter/ |
D | user_collector.cc | 180 const std::string &exec) { in EnqueueCollectionErrorLog() argument 189 std::string dump_basename = FormatDumpBasename(exec, time(nullptr), pid); in EnqueueCollectionErrorLog() 211 WriteCrashMetaData(meta_path, exec, log_path.value()); in EnqueueCollectionErrorLog() 483 pid_t pid, const std::string &exec, uid_t supplied_ruid, in ConvertAndEnqueueCrash() argument 499 std::string dump_basename = FormatDumpBasename(exec, time(nullptr), pid); in ConvertAndEnqueueCrash() 505 if (GetLogContents(FilePath(log_config_path_), exec, log_path)) in ConvertAndEnqueueCrash() 543 exec, in ConvertAndEnqueueCrash() 622 std::string exec; in HandleCrash() local 624 exec.assign(force_exec); in HandleCrash() 625 } else if (!GetExecutableBaseNameFromPid(pid, &exec)) { in HandleCrash() [all …]
|
/system/vold/ |
D | vdc.rc | 3 exec - root -- /system/bin/vdc --wait cryptfs mountdefaultencrypted 10 exec - root -- /system/bin/vdc --wait cryptfs enablecrypto inplace default noui
|
/system/core/logcat/ |
D | logcatd.rc | 2 # all exec/services are called with umask(077), so no gain beyond 0700 5 …# exec - logd log -- /system/bin/logcat -L -b all -v threadtime -v usec -v printable -D -f /data/m…
|
/system/bt/stack/btm/ |
D | btm_ble_bgconn.c | 365 BOOLEAN exec = TRUE; in btm_ble_start_auto_conn() local 411 exec = FALSE; in btm_ble_start_auto_conn() 421 exec = FALSE; in btm_ble_start_auto_conn() 435 exec = FALSE; in btm_ble_start_auto_conn() 438 return exec; in btm_ble_start_auto_conn()
|
/system/sepolicy/ |
D | perfprofd.te | 17 # simpleperf retains perfprofd domain after exec 42 # simpleperf needs to access /proc/<pid>/exec
|
D | dnsmasq.te | 18 # TODO: Investigate whether these inherited sockets should be closed on exec.
|
D | hostapd.te | 22 # TODO: Investigate whether these inherited sockets should be closed on exec.
|
D | clatd.te | 10 # TODO: Check whether some or all of these sockets should be close-on-exec.
|
D | kernel.te | 82 # The kernel domain is never entered via an exec, nor should it 92 # and is then trying to exec a shell or other program. You lose!
|
D | te_macros | 10 # Old domain may exec the file and transition to the new domain.
|
D | init.te | 297 # never via an exec-based transition.
|
D | app.te | 19 # valgrind needs mmap exec for zygote
|
D | domain.te | 477 # permissible for the "shell user". If you need a process to exec a shell
|
/system/bt/stack/gatt/ |
D | gatt_cl.c | 323 BOOLEAN exec = FALSE; in gatt_check_write_long_terminate() local 337 exec = TRUE; in gatt_check_write_long_terminate() 344 exec = TRUE; in gatt_check_write_long_terminate() 347 if (exec) in gatt_check_write_long_terminate()
|
/system/core/init/ |
D | readme.txt | 138 Change to username before exec'ing this service. 152 Change to groupname before exec'ing this service. Additional 158 Change to 'seclabel' before exec'ing this service. 257 exec [ <seclabel> [ <user> [ <group> ]* ] ] -- <command> [ <argument> ]* 326 use "exec -- rm ..." instead (provided the system partition is
|
/system/connectivity/shill/init/ |
D | shill.conf.in | 113 exec ${DAEMONBIN} ${ARGS}
|
/system/extras/verity/ |
D | VerityVerifier.java | 146 Process p = Runtime.getRuntime().exec("simg2img " + fname + in openImage()
|
/system/core/rootdir/ |
D | init.rc | 455 exec - system system -- /system/bin/tzdatacheck /system/usr/share/zoneinfo /data/misc/zoneinfo 557 exec - root -- /system/bin/update_verifier nonencrypted 580 exec - root -- /system/bin/update_verifier trigger_restart_min_framework 585 exec - root -- /system/bin/update_verifier trigger_restart_framework
|
/system/bt/bta/hh/ |
D | bta_hh_le.c | 943 BOOLEAN exec = FALSE; in bta_hh_le_set_protocol_mode() local 977 exec = TRUE; in bta_hh_le_set_protocol_mode() 980 return exec; in bta_hh_le_set_protocol_mode()
|