OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PARAM_IS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/tools/finder/
main.cc
8
#define
PARAM_IS
(y) (argc > i) && (_wcsicmp(argv[i], y) == 0)
44
if (
PARAM_IS
(L"--token")) {
47
if (
PARAM_IS
(L"LOCKDOWN")) {
49
} else if (
PARAM_IS
(L"RESTRICTED")) {
51
} else if (
PARAM_IS
(L"LIMITED_USER")) {
53
} else if (
PARAM_IS
(L"INTERACTIVE_USER")) {
55
} else if (
PARAM_IS
(L"NON_ADMIN")) {
57
} else if (
PARAM_IS
(L"USER_RESTRICTED_SAME_ACCESS")) {
59
} else if (
PARAM_IS
(L"UNPROTECTED")) {
67
} else if (
PARAM_IS
(L"--object"))
[
all
...]
/external/chromium_org/sandbox/win/tools/launcher/
launcher.cc
14
#define
PARAM_IS
(y) (argc > i) && (_wcsicmp(argv[i], y) == 0)
93
if (
PARAM_IS
(L"--main")) {
102
} else if (
PARAM_IS
(L"--init")) {
111
} else if (
PARAM_IS
(L"--job")) {
Completed in 488 milliseconds