Searched refs:commandLineString (Results 1 – 2 of 2) sorted by relevance
142 std::vector<char> commandLineString; in WindowsProcess() local147 if (!commandLineString.empty()) in WindowsProcess()149 commandLineString.push_back(' '); in WindowsProcess()151 commandLineString.insert(commandLineString.end(), arg, arg + strlen(arg)); in WindowsProcess()154 commandLineString.push_back('\0'); in WindowsProcess()234 if (::CreateProcessA(nullptr, commandLineString.data(), nullptr, nullptr, in WindowsProcess()
136 std::string commandLineString; in Java_com_android_angle_test_AngleNativeTest_nativeRunTests() local137 if (angle::ReadFileToString(commandLineFilePath, &commandLineString)) in Java_com_android_angle_test_AngleNativeTest_nativeRunTests()139 angle::SplitStringAlongWhitespace(commandLineString, &args); in Java_com_android_angle_test_AngleNativeTest_nativeRunTests()