Home
last modified time | relevance | path

Searched refs:kSuidSandboxGetApiSwitch (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/sandbox/linux/suid/common/
Dsandbox.h14 static const char kSuidSandboxGetApiSwitch[] = "--get-api"; variable
/external/libchrome/sandbox/linux/suid/
Dsandbox.c433 if (argc == 2 && 0 == strcmp(argv[1], kSuidSandboxGetApiSwitch)) { in main()