Home
last modified time | relevance | path

Searched refs:shell_exec (Results 1 – 21 of 21) sorted by relevance

/external/sepolicy/
Dshell.te3 type shell_exec, exec_type, file_type;
41 allow shell shell_exec:file rx_file_perms;
Dvold.te13 domain_trans(vold, shell_exec, blkid);
14 domain_trans(vold, shell_exec, blkid_untrusted);
22 allow vold shell_exec:file rx_file_perms;
Dblkid.te20 neverallow blkid { file_type fs_type -blkid_exec -shell_exec }:file entrypoint;
Dgpsd.te19 allow gpsd shell_exec:file rx_file_perms;
Dinstall_recovery.te11 allow install_recovery shell_exec:file rx_file_perms;
Ddhcp.te12 allow dhcp shell_exec:file rx_file_perms;
Dblkid_untrusted.te36 neverallow blkid_untrusted { file_type fs_type -blkid_exec -shell_exec }:file entrypoint;
Drild.te17 allow rild shell_exec:file rx_file_perms;
Dnetd.te21 allow netd shell_exec:file rx_file_perms;
Dadbd.te10 domain_auto_trans(adbd, shell_exec, shell)
Ddumpstate.te82 allow dumpstate shell_exec:file rx_file_perms;
Dinit.te163 domain_trans(init, shell_exec, shell)
Dapp.te75 allow appdomain shell_exec:file rx_file_perms;
Dfile_contexts137 /system/bin/sh -- u:object_r:shell_exec:s0
/external/sqlite/dist/orig/
Dshell.c1481 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/
Dshell.c1487 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/
Dsyntax-toc.txt253 > return shell_exec("echo $input | $markdown_script");
/external/markdown/tests/markdown-test/
Dmarkdown-syntax.txt290 > return shell_exec("echo $input | $markdown_script");
/external/markdown/tests/extensions-x-def_list/
Dmarkdown-syntax.txt290 > return shell_exec("echo $input | $markdown_script");
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Syntax.text290 > return shell_exec("echo $input | $markdown_script");
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Syntax.text290 > return shell_exec("echo $input | $markdown_script");