Home
last modified time | relevance | path

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

/system/testing/gtest_extras/
DIsolateMain.cpp124 const char** start_args; in IsolateMain() local
126 if (GetInitialArgs != nullptr && GetInitialArgs(&start_args, &num_args)) { in IsolateMain()
129 initial_args.push_back(start_args[i]); in IsolateMain()