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.cc87 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()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc92 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()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc92 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()
/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.h48 string TestTempDir();
/external/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc332 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_1"); in SetUp()
333 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_2"); in SetUp()
Dcommand_line_interface_unittest.cc209 temp_directory_ = TestTempDir() + "/proto2_cli_test_temp"; in SetUp()
1255 string filename = TestTempDir() + "/test_stdin"; in RedirectStdinFromText()
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_unittest.cc455 string filename = TestTempDir() + "/zero_copy_stream_test_file"; in TEST_F()
486 string filename = TestTempDir() + "/zero_copy_stream_test_file"; in TEST_F()