Home
last modified time | relevance | path

Searched refs:TestTempDir (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc83 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto", in TEST()
99 string proto_path = "-I" + TestTempDir(); in TEST()
100 string python_out = "--python_out=" + TestTempDir(); in TEST()
101 string test_out = "--test_out=" + TestTempDir(); in TEST()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc88 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto", in TEST()
104 string proto_path = "-I" + TestTempDir(); in TEST()
105 string cpp_out = "--cpp_out=" + TestTempDir(); in TEST()
106 string test_out = "--test_out=" + TestTempDir(); in TEST()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc86 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto", in TEST()
105 string proto_path = "-I" + TestTempDir(); in TEST()
106 string java_out = "--java_out=" + TestTempDir(); in TEST()
107 string test_out = "--test_out=" + TestTempDir(); in TEST()
/external/protobuf/src/google/protobuf/testing/
Dgoogletest.cc142 string TestTempDir() { in TestTempDir() function
156 stdout_capture_filename_ = TestTempDir() + "/captured_stdout"; in CaptureTestStdout()
171 stderr_capture_filename_ = TestTempDir() + "/captured_stderr"; in CaptureTestStderr()
Dgoogletest.h54 string TestTempDir();
/external/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc338 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_1"); in SetUp()
339 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_2"); in SetUp()
Dcommand_line_interface_unittest.cc225 temp_directory_ = TestTempDir() + "/proto2_cli_test_temp"; in SetUp()
1507 string filename = TestTempDir() + "/test_stdin"; in RedirectStdinFromText()
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_unittest.cc679 string filename = TestTempDir() + "/zero_copy_stream_test_file"; in TEST_F()
710 string filename = TestTempDir() + "/zero_copy_stream_test_file"; in TEST_F()