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

/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_plugin_unittest.cc83 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto",
99 string proto_path = "-I" + TestTempDir();
100 string python_out = "--python_out=" + TestTempDir();
101 string test_out = "--test_out=" + TestTempDir();
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_plugin_unittest.cc88 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto",
104 string proto_path = "-I" + TestTempDir();
105 string cpp_out = "--cpp_out=" + TestTempDir();
106 string test_out = "--test_out=" + TestTempDir();
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_plugin_unittest.cc86 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto",
105 string proto_path = "-I" + TestTempDir();
106 string java_out = "--java_out=" + TestTempDir();
107 string test_out = "--test_out=" + TestTempDir();
/external/protobuf/src/google/protobuf/testing/
H A Dgoogletest.h54 string TestTempDir();
H A Dgoogletest.cc142 string TestTempDir() { function in namespace:google::protobuf
156 stdout_capture_filename_ = TestTempDir() + "/captured_stdout";
171 stderr_capture_filename_ = TestTempDir() + "/captured_stderr";
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter_unittest.cc338 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_1");
339 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_2");
H A Dcommand_line_interface_unittest.cc87 // is replaced with TestTempDir().
177 // We create a directory within TestTempDir() in order to add extra
225 temp_directory_ = TestTempDir() + "/proto2_cli_test_temp";
1507 string filename = TestTempDir() + "/test_stdin";
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc679 string filename = TestTempDir() + "/zero_copy_stream_test_file";
710 string filename = TestTempDir() + "/zero_copy_stream_test_file";

Completed in 168 milliseconds