Home
last modified time | relevance | path

Searched refs:shell_as (Results 1 – 17 of 17) sorted by relevance

/platform_testing/utils/shell-as/
Dshell-as-main.cpp27 auto context = std::make_unique<shell_as::SecurityContext>(); in main()
29 if (!shell_as::ParseOptions(argc, argv, &verbose, context.get(), in main()
69 case shell_as::kAppFilter: in main()
72 case shell_as::kAppZygoteFilter: in main()
75 case shell_as::kSystemFilter: in main()
92 return !shell_as::ExecuteInContext(execute_arguments, context.get()); in main()
Dtest-app.h22 namespace shell_as {
Dexecute.h22 namespace shell_as {
Delf-utils.h22 namespace shell_as {
Dcommand-line.h22 namespace shell_as {
Dshell-code.h27 namespace shell_as {
Dstring-utils.h24 namespace shell_as {
Dexecute.cpp36 namespace shell_as { namespace
44 bool DropPreExecPrivileges(const shell_as::SecurityContext* context) { in DropPreExecPrivileges()
66 case shell_as::kAppFilter: in DropPreExecPrivileges()
69 case shell_as::kAppZygoteFilter: in DropPreExecPrivileges()
72 case shell_as::kSystemFilter: in DropPreExecPrivileges()
299 const shell_as::SecurityContext* context) { in ExecuteInContext()
Dcontext.h27 namespace shell_as {
Dstring-utils.cpp23 namespace shell_as { namespace
Delf-utils.cpp25 namespace shell_as { namespace
Dshell-code.cpp43 namespace shell_as { namespace
Dtest-app.cpp30 namespace shell_as { namespace
DAndroid.bp95 " echo 'namespace shell_as {';" +
103 " echo '} // namespace shell_as';" +
Dcontext.cpp29 namespace shell_as { namespace
Dcommand-line.cpp27 namespace shell_as { namespace
/platform_testing/utils/shell-as/app/com/android/google/tools/security/shell_as/
DMainActivity.java17 package com.android.google.tools.security.shell_as;