Searched refs:commandLineFilePath (Results 1 – 2 of 2) sorted by relevance
126 const std::string commandLineFilePath(ASCIIJavaStringToUTF8(env, jcommandLineFilePath)); in Java_com_android_angle_test_AngleNativeTest_nativeRunTests() local130 if (commandLineFilePath.empty()) in Java_com_android_angle_test_AngleNativeTest_nativeRunTests()137 if (angle::ReadFileToString(commandLineFilePath, &commandLineString)) in Java_com_android_angle_test_AngleNativeTest_nativeRunTests()
174 String commandLineFlags, String commandLineFilePath, String stdoutFilePath); in nativeRunTests() argument