Home
last modified time | relevance | path

Searched refs:exec (Results 1 – 20 of 20) sorted by relevance

/system/core/bootstat/
Dbootstat.rc12 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/
Duser_collector.cc180 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/
Dvdc.rc3 exec - root -- /system/bin/vdc --wait cryptfs mountdefaultencrypted
10 exec - root -- /system/bin/vdc --wait cryptfs enablecrypto inplace default noui
/system/core/logcat/
Dlogcatd.rc2 # 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/
Dbtm_ble_bgconn.c365 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/
Dperfprofd.te17 # simpleperf retains perfprofd domain after exec
42 # simpleperf needs to access /proc/<pid>/exec
Ddnsmasq.te18 # TODO: Investigate whether these inherited sockets should be closed on exec.
Dhostapd.te22 # TODO: Investigate whether these inherited sockets should be closed on exec.
Dclatd.te10 # TODO: Check whether some or all of these sockets should be close-on-exec.
Dkernel.te82 # 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!
Dte_macros10 # Old domain may exec the file and transition to the new domain.
Dinit.te297 # never via an exec-based transition.
Dapp.te19 # valgrind needs mmap exec for zygote
Ddomain.te477 # permissible for the "shell user". If you need a process to exec a shell
/system/bt/stack/gatt/
Dgatt_cl.c323 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/
Dreadme.txt138 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/
Dshill.conf.in113 exec ${DAEMONBIN} ${ARGS}
/system/extras/verity/
DVerityVerifier.java146 Process p = Runtime.getRuntime().exec("simg2img " + fname + in openImage()
/system/core/rootdir/
Dinit.rc455 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/
Dbta_hh_le.c943 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()