Searched refs:TestTempDir (Results 1 – 8 of 8) sorted by relevance
87 TestTempDir() + "/test.proto"); in TEST()97 string proto_path = "-I" + TestTempDir(); in TEST()98 string python_out = "--python_out=" + TestTempDir(); in TEST()99 string test_out = "--test_out=" + TestTempDir(); in TEST()
92 TestTempDir() + "/test.proto"); in TEST()102 string proto_path = "-I" + TestTempDir(); in TEST()103 string java_out = "--java_out=" + TestTempDir(); in TEST()104 string test_out = "--test_out=" + TestTempDir(); in TEST()
92 TestTempDir() + "/test.proto"); in TEST()102 string proto_path = "-I" + TestTempDir(); in TEST()103 string cpp_out = "--cpp_out=" + TestTempDir(); in TEST()104 string test_out = "--test_out=" + TestTempDir(); in TEST()
142 string TestTempDir() { in TestTempDir() function156 stdout_capture_filename_ = TestTempDir() + "/captured_stdout"; in CaptureTestStdout()171 stderr_capture_filename_ = TestTempDir() + "/captured_stderr"; in CaptureTestStderr()
48 string TestTempDir();
332 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_1"); in SetUp()333 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_2"); in SetUp()
209 temp_directory_ = TestTempDir() + "/proto2_cli_test_temp"; in SetUp()1255 string filename = TestTempDir() + "/test_stdin"; in RedirectStdinFromText()
455 string filename = TestTempDir() + "/zero_copy_stream_test_file"; in TEST_F()486 string filename = TestTempDir() + "/zero_copy_stream_test_file"; in TEST_F()