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

/bionic/tests/
H A Dgtest_main.cpp82 // It takes effect only with --isolate option.
86 // It takes effect only with --isolate option.
105 " --no-isolate\n"
941 bool isolate; member in struct:IsolationTestOptions
963 options.isolate = false;
1004 options.isolate = true;
1007 if (strcmp(args[i], "--no-isolate") == 0) {
1008 options.isolate = false;
1010 options.isolate = false;
1015 if (options.isolate
[all...]

Completed in 37 milliseconds