Searched refs:shell_exec (Results 1 – 21 of 21) sorted by relevance
/external/sepolicy/ |
D | shell.te | 3 type shell_exec, exec_type, file_type; 41 allow shell shell_exec:file rx_file_perms;
|
D | vold.te | 13 domain_trans(vold, shell_exec, blkid); 14 domain_trans(vold, shell_exec, blkid_untrusted); 22 allow vold shell_exec:file rx_file_perms;
|
D | blkid.te | 20 neverallow blkid { file_type fs_type -blkid_exec -shell_exec }:file entrypoint;
|
D | gpsd.te | 19 allow gpsd shell_exec:file rx_file_perms;
|
D | install_recovery.te | 11 allow install_recovery shell_exec:file rx_file_perms;
|
D | dhcp.te | 12 allow dhcp shell_exec:file rx_file_perms;
|
D | blkid_untrusted.te | 36 neverallow blkid_untrusted { file_type fs_type -blkid_exec -shell_exec }:file entrypoint;
|
D | rild.te | 17 allow rild shell_exec:file rx_file_perms;
|
D | netd.te | 21 allow netd shell_exec:file rx_file_perms;
|
D | adbd.te | 10 domain_auto_trans(adbd, shell_exec, shell)
|
D | dumpstate.te | 82 allow dumpstate shell_exec:file rx_file_perms;
|
D | init.te | 163 domain_trans(init, shell_exec, shell)
|
D | app.te | 75 allow appdomain shell_exec:file rx_file_perms;
|
D | file_contexts | 137 /system/bin/sh -- u:object_r:shell_exec:s0
|
/external/sqlite/dist/orig/ |
D | shell.c | 1481 static int shell_exec( in shell_exec() function 2921 shell_exec(p->db, "SELECT * FROM sqlite_stat1", in do_meta_command() 2924 shell_exec(p->db, "SELECT * FROM sqlite_stat3", in do_meta_command() 2927 shell_exec(p->db, "SELECT * FROM sqlite_stat4", in do_meta_command() 4217 rc = shell_exec(p->db, zSql, shell_callback, p, &zErrMsg); in process_input() 4732 rc = shell_exec(data.db, z, shell_callback, &data, &zErrMsg); in main() 4759 rc = shell_exec(data.db, azCmd[i], shell_callback, &data, &zErrMsg); in main()
|
/external/sqlite/dist/ |
D | shell.c | 1487 static int shell_exec( in shell_exec() function 2943 shell_exec(p->db, "SELECT * FROM sqlite_stat1", in do_meta_command() 2946 shell_exec(p->db, "SELECT * FROM sqlite_stat3", in do_meta_command() 2949 shell_exec(p->db, "SELECT * FROM sqlite_stat4", in do_meta_command() 4239 rc = shell_exec(p->db, zSql, shell_callback, p, &zErrMsg); in process_input() 4754 rc = shell_exec(data.db, z, shell_callback, &data, &zErrMsg); in main() 4781 rc = shell_exec(data.db, azCmd[i], shell_callback, &data, &zErrMsg); in main()
|
/external/markdown/tests/extensions-x-toc/ |
D | syntax-toc.txt | 253 > return shell_exec("echo $input | $markdown_script");
|
/external/markdown/tests/markdown-test/ |
D | markdown-syntax.txt | 290 > return shell_exec("echo $input | $markdown_script");
|
/external/markdown/tests/extensions-x-def_list/ |
D | markdown-syntax.txt | 290 > return shell_exec("echo $input | $markdown_script");
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Markdown Documentation - Syntax.text | 290 > return shell_exec("echo $input | $markdown_script");
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Markdown Documentation - Syntax.text | 290 > return shell_exec("echo $input | $markdown_script");
|