Searched refs:stdoutFile (Results 1 – 3 of 3) sorted by relevance
146 FILE *stdoutFile = fopen(stdoutFilePath.c_str(), "a+"); in Java_com_android_angle_test_AngleNativeTest_nativeRunTests() local147 if (stdoutFile == NULL) in Java_com_android_angle_test_AngleNativeTest_nativeRunTests()158 fclose(stdoutFile); in Java_com_android_angle_test_AngleNativeTest_nativeRunTests()162 int retVal = dup2(fileno(stdoutFile), STDOUT_FILENO); in Java_com_android_angle_test_AngleNativeTest_nativeRunTests()166 fclose(stdoutFile); in Java_com_android_angle_test_AngleNativeTest_nativeRunTests()181 fclose(stdoutFile); in Java_com_android_angle_test_AngleNativeTest_nativeRunTests()
11 const stdoutFile = join(tmpdir.path, 'stdout.txt'); constant19 const stdout = openSync(stdoutFile, 'a');31 strictEqual(readFileSync(stdoutFile, 'utf8').trim(), 'x'.repeat(31));
31 jstring stdoutFile, in Java_com_google_amber_Amber_androidHelper() argument33 const char* stdout_file_cstr = env->GetStringUTFChars(stdoutFile, nullptr); in Java_com_google_amber_Amber_androidHelper()40 env->ReleaseStringUTFChars(stdoutFile, stdout_file_cstr); in Java_com_google_amber_Amber_androidHelper()