Home
last modified time | relevance | path

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

/external/angle/util/windows/
Dtest_utils_win.cpp142 std::vector<char> commandLineString; in WindowsProcess() local
147 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()
/external/angle/src/tests/test_utils/runner/android/
DAngleNativeTest.cpp136 std::string commandLineString; in Java_com_android_angle_test_AngleNativeTest_nativeRunTests() local
137 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()