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

  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 83 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/
cpp_plugin_unittest.cc 88 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/
java_plugin_unittest.cc 86 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/
googletest.h 54 string TestTempDir();
googletest.cc 142 string TestTempDir() {
156 stdout_capture_filename_ = TestTempDir() + "/captured_stdout";
171 stderr_capture_filename_ = TestTempDir() + "/captured_stderr";
  /prebuilts/go/darwin-x86/src/io/ioutil/
tempfile_test.go 35 func TestTempDir(t *testing.T) {
  /prebuilts/go/linux-x86/src/io/ioutil/
tempfile_test.go 35 func TestTempDir(t *testing.T) {
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 338 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_1");
339 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_2");
command_line_interface_unittest.cc 87 // is replaced with TestTempDir().
177 // We create a directory within TestTempDir() in order to add extra
225 temp_directory_ = TestTempDir() + "/proto2_cli_test_temp";
    [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 679 string filename = TestTempDir() + "/zero_copy_stream_test_file";
710 string filename = TestTempDir() + "/zero_copy_stream_test_file";

Completed in 228 milliseconds