Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc88 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto", in TEST()
104 string proto_path = "-I" + TestTempDir(); in TEST()
105 string python_out = "--python_out=" + TestTempDir(); in TEST()
106 string test_out = "--test_out=" + TestTempDir(); in TEST()
125 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test1.proto", in TEST()
133 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test2.proto", in TEST()
143 string proto_path = "-I" + TestTempDir(); in TEST()
144 string python_out = "--python_out=" + TestTempDir(); in TEST()
152 GOOGLE_CHECK_OK(File::GetContents(TestTempDir() + "/test1_pb2.py", &output, in TEST()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ruby/
Druby_generator_unittest.cc75 TestTempDir() + "/ruby_generated_code.proto", in TEST()
80 string ruby_out = "--ruby_out=" + TestTempDir(); in TEST()
81 string proto_path = "--proto_path=" + TestTempDir(); in TEST()
94 TestTempDir() + "/ruby_generated_code_pb.rb", in TEST()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc90 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto", in TEST()
109 string proto_path = "-I" + TestTempDir(); in TEST()
110 string java_out = "--java_out=" + TestTempDir(); in TEST()
111 string test_out = "--test_out=" + TestTempDir(); in TEST()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dmetadata_test.cc77 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/" + filename, data, in AddFile()
97 string proto_path = "-I" + TestTempDir(); in CaptureMetadata()
102 TestTempDir(); in CaptureMetadata()
103 string capture_out = "--capture_out=" + TestTempDir(); in CaptureMetadata()
112 string output_base = TestTempDir() + "/" + StripProto(filename); in CaptureMetadata()
Dcpp_plugin_unittest.cc186 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto", in TEST()
233 string proto_path = "-I" + TestTempDir(); in TEST()
234 string cpp_out = "--cpp_out=" + TestTempDir(); in TEST()
235 string test_out = "--test_out=" + TestTempDir(); in TEST()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/testing/
Dgoogletest.cc158 string TestTempDir() { in TestTempDir() function
172 stdout_capture_filename_ = TestTempDir() + "/captured_stdout"; in CaptureTestStdout()
187 stderr_capture_filename_ = TestTempDir() + "/captured_stderr"; in CaptureTestStderr()
Dgoogletest.h54 string TestTempDir();
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dimporter_unittest.cc242 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_1"); in SetUp()
243 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_2"); in SetUp()
Dcommand_line_interface_unittest.cc252 temp_directory_ = TestTempDir() + "/proto2_cli_test_temp"; in SetUp()
1700 string filename = TestTempDir() + "/test_stdin"; in Run()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dzero_copy_stream_unittest.cc721 string filename = TestTempDir() + "/zero_copy_stream_test_file"; in TEST_F()
752 string filename = TestTempDir() + "/zero_copy_stream_test_file"; in TEST_F()