Searched refs:program (Results 1 – 25 of 124) sorted by relevance
12345
/system/update_engine/ |
D | test_subprocess.cc | 31 void usage(const char* program, const char* error) { in usage() argument 34 fprintf(stderr, "Usage: %s <cmd> [args..]\n", program); in usage()
|
/system/extras/simpleperf/doc/ |
D | jit_symbols.md | 7 …- [Symbol map file location for standalone program](#symbol-map-file-location-for-standalone-progr… 31 ### Symbol map file location for standalone program 35 For example, standalone program process `123` should create `/data/local/tmp/perf-123.map`.
|
/system/core/fastboot/fuzzy_fastboot/ |
D | test_utils.cpp | 145 int StartProgram(const std::string program, const std::vector<std::string> args, int* rpipe) { in StartProgram() argument 162 argv[0] = program.c_str(); in StartProgram() 174 execvp(program.c_str(), const_cast<char* const*>(argv.data())); in StartProgram() 175 fprintf(stderr, "Launching validator process '%s' failed with: %s\n", program.c_str(), in StartProgram()
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | bpfloader.te | 1 # bpf program loader 11 # These permission is required for pin bpf program for netd.
|
D | shared_relro.te | 3 # The shared relro process is a Java program forked from the zygote, so it
|
D | update_engine_common.te | 3 # The postinstall program is run by update_engine_common and will always be tagged as a
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | bpfloader.te | 1 # bpf program loader 6 # These permission is required for pin bpf program for netd.
|
D | shared_relro.te | 3 # The shared relro process is a Java program forked from the zygote, so it
|
D | update_engine_common.te | 3 # The postinstall program is run by update_engine_common and will always be tagged as a
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | postinstall.te | 1 # Domain where the postinstall program runs during the update. 2 # Extend the permissions in this domain to allow this program to access other
|
D | kernel.te | 93 # ever execute a program outside the rootfs without changing to another domain. 96 # - The program is a kernel usermodehelper. In this case, define a domain 97 # for the program and domain_auto_trans() to it. 99 # and is then trying to exec a shell or other program. You lose!
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | postinstall.te | 1 # Domain where the postinstall program runs during the update. 2 # Extend the permissions in this domain to allow this program to access other
|
D | kernel.te | 91 # ever execute a program outside the rootfs without changing to another domain. 94 # - The program is a kernel usermodehelper. In this case, define a domain 95 # for the program and domain_auto_trans() to it. 97 # and is then trying to exec a shell or other program. You lose!
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | postinstall.te | 1 # Domain where the postinstall program runs during the update. 2 # Extend the permissions in this domain to allow this program to access other
|
D | kernel.te | 92 # ever execute a program outside the rootfs without changing to another domain. 95 # - The program is a kernel usermodehelper. In this case, define a domain 96 # for the program and domain_auto_trans() to it. 98 # and is then trying to exec a shell or other program. You lose!
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | shared_relro.te | 3 # The shared relro process is a Java program forked from the zygote, so it
|
D | update_engine_common.te | 3 # The postinstall program is run by update_engine_common and will always be tagged as a
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | shared_relro.te | 4 # The shared relro process is a Java program forked from the zygote, so it
|
D | update_engine_common.te | 3 # The postinstall program is run by update_engine_common and will always be tagged as a
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | shared_relro.te | 4 # The shared relro process is a Java program forked from the zygote, so it
|
D | update_engine_common.te | 3 # The postinstall program is run by update_engine_common and will always be tagged as a
|
/system/sepolicy/public/ |
D | postinstall.te | 1 # Domain where the postinstall program runs during the update. 2 # Extend the permissions in this domain to allow this program to access other
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | postinstall.te | 1 # Domain where the postinstall program runs during the update. 2 # Extend the permissions in this domain to allow this program to access other
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | postinstall.te | 1 # Domain where the postinstall program runs during the update. 2 # Extend the permissions in this domain to allow this program to access other
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | postinstall.te | 1 # Domain where the postinstall program runs during the update. 2 # Extend the permissions in this domain to allow this program to access other
|
12345