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

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_plugin_unittest.cc87 TestTempDir() + "/test.proto");
97 string proto_path = "-I" + TestTempDir();
98 string python_out = "--python_out=" + TestTempDir();
99 string test_out = "--test_out=" + TestTempDir();
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_plugin_unittest.cc87 TestTempDir() + "/test.proto");
97 string proto_path = "-I" + TestTempDir();
98 string python_out = "--python_out=" + TestTempDir();
99 string test_out = "--test_out=" + TestTempDir();
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_plugin_unittest.cc92 TestTempDir() + "/test.proto");
102 string proto_path = "-I" + TestTempDir();
103 string cpp_out = "--cpp_out=" + TestTempDir();
104 string test_out = "--test_out=" + TestTempDir();
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_plugin_unittest.cc93 TestTempDir() + "/test.proto");
103 string proto_path = "-I" + TestTempDir();
104 string java_out = "--java_out=" + TestTempDir();
105 string test_out = "--test_out=" + TestTempDir();
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_plugin_unittest.cc92 TestTempDir() + "/test.proto");
102 string proto_path = "-I" + TestTempDir();
103 string cpp_out = "--cpp_out=" + TestTempDir();
104 string test_out = "--test_out=" + TestTempDir();
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_plugin_unittest.cc92 TestTempDir() + "/test.proto");
102 string proto_path = "-I" + TestTempDir();
103 string java_out = "--java_out=" + TestTempDir();
104 string test_out = "--test_out=" + TestTempDir();
/external/protobuf/src/google/protobuf/testing/
H A Dgoogletest.h48 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/chromium_org/third_party/protobuf/src/google/protobuf/testing/
H A Dgoogletest.h49 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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter_unittest.cc332 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_1");
333 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_2");
H A Dcommand_line_interface_unittest.cc86 // is replaced with TestTempDir().
173 // We create a directory within TestTempDir() in order to add extra
218 temp_directory_ = TestTempDir() + "/proto2_cli_test_temp";
1414 string filename = TestTempDir() + "/test_stdin";
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter_unittest.cc332 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_1");
333 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_2");
H A Dcommand_line_interface_unittest.cc85 // is replaced with TestTempDir().
164 // We create a directory within TestTempDir() in order to add extra
209 temp_directory_ = TestTempDir() + "/proto2_cli_test_temp";
1255 string filename = TestTempDir() + "/test_stdin";
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc455 string filename = TestTempDir() + "/zero_copy_stream_test_file";
486 string filename = TestTempDir() + "/zero_copy_stream_test_file";
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc678 string filename = TestTempDir() + "/zero_copy_stream_test_file";
709 string filename = TestTempDir() + "/zero_copy_stream_test_file";

Completed in 647 milliseconds