Searched defs:isolate (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dgtest_main.cpp102 // It takes effect only with --isolate option.
106 // It takes effect only with --isolate option.
125 " --no-isolate\n"
996 bool isolate; member in struct:IsolationTestOptions
1018 options.isolate = false;
1060 options.isolate = true;
1063 if (strcmp(args[i], "--no-isolate") == 0) {
1064 options.isolate = false;
1066 options.isolate = false;
1071 if (options.isolate
[all...]

Completed in 30 milliseconds