HomeSort by relevance Sort by last modified time
    Searched refs:TestTempDir (Results 1 - 8 of 8) sorted by null

  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 87 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/cpp/
cpp_plugin_unittest.cc 92 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/
java_plugin_unittest.cc 92 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/
googletest.h 48 string TestTempDir();
googletest.cc 142 string TestTempDir() {
156 stdout_capture_filename_ = TestTempDir() + "/captured_stdout";
171 stderr_capture_filename_ = TestTempDir() + "/captured_stderr";
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 332 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_1");
333 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_2");
command_line_interface_unittest.cc 85 // is replaced with TestTempDir().
164 // We create a directory within TestTempDir() in order to add extra
209 temp_directory_ = TestTempDir() + "/proto2_cli_test_temp";
    [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 455 string filename = TestTempDir() + "/zero_copy_stream_test_file";
486 string filename = TestTempDir() + "/zero_copy_stream_test_file";

Completed in 91 milliseconds