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/ |
D | python_plugin_unittest.cc | 88 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/ |
D | ruby_generator_unittest.cc | 75 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/ |
D | java_plugin_unittest.cc | 90 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/ |
D | metadata_test.cc | 77 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()
|
D | cpp_plugin_unittest.cc | 186 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/ |
D | googletest.cc | 158 string TestTempDir() { in TestTempDir() function 172 stdout_capture_filename_ = TestTempDir() + "/captured_stdout"; in CaptureTestStdout() 187 stderr_capture_filename_ = TestTempDir() + "/captured_stderr"; in CaptureTestStderr()
|
D | googletest.h | 54 string TestTempDir();
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | importer_unittest.cc | 242 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_1"); in SetUp() 243 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_2"); in SetUp()
|
D | command_line_interface_unittest.cc | 252 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/ |
D | zero_copy_stream_unittest.cc | 721 string filename = TestTempDir() + "/zero_copy_stream_test_file"; in TEST_F() 752 string filename = TestTempDir() + "/zero_copy_stream_test_file"; in TEST_F()
|