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

  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator_unittest.cc 89 TestTempDir() + "/ruby_generated_code.proto",
93 // Invoke the proto compiler (we will be inside TestTempDir() at this point).
94 string ruby_out = "--ruby_out=" + TestTempDir();
95 string proto_path = "--proto_path=" + TestTempDir();
108 TestTempDir() + "/ruby_generated_code.rb",
  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 90 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto",
109 string proto_path = "-I" + TestTempDir();
110 string java_out = "--java_out=" + TestTempDir();
111 string test_out = "--test_out=" + TestTempDir();
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 87 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto",
103 string proto_path = "-I" + TestTempDir();
104 string python_out = "--python_out=" + TestTempDir();
105 string test_out = "--test_out=" + TestTempDir();
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 186 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto",
233 string proto_path = "-I" + TestTempDir();
234 string cpp_out = "--cpp_out=" + TestTempDir();
235 string test_out = "--test_out=" + TestTempDir();
metadata_test.cc 77 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/" + filename, data,
97 string proto_path = "-I" + TestTempDir();
102 TestTempDir();
103 string capture_out = "--capture_out=" + TestTempDir();
112 string output_base = TestTempDir() + "/" + StripProto(filename);
  /external/protobuf/src/google/protobuf/testing/
googletest.h 54 string TestTempDir();
googletest.cc 154 string TestTempDir() {
168 stdout_capture_filename_ = TestTempDir() + "/captured_stdout";
183 stderr_capture_filename_ = TestTempDir() + "/captured_stderr";
  /device/linaro/bootloader/edk2/BaseTools/Tests/
TestTools.py 32 TestTempDir = os.path.join(TestsDir, 'TestTempDir')
175 self.testDir = TestTempDir
  /prebuilts/go/darwin-x86/src/io/ioutil/
tempfile_test.go 42 func TestTempDir(t *testing.T) {
  /prebuilts/go/linux-x86/src/io/ioutil/
tempfile_test.go 42 func TestTempDir(t *testing.T) {
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 242 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_1");
243 dirnames_.push_back(TestTempDir() + "/test_proto2_import_path_2");
command_line_interface_unittest.cc 101 // is replaced with TestTempDir().
204 // We create a directory within TestTempDir() in order to add extra
252 temp_directory_ = TestTempDir() + "/proto2_cli_test_temp";
    [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 721 string filename = TestTempDir() + "/zero_copy_stream_test_file";
752 string filename = TestTempDir() + "/zero_copy_stream_test_file";

Completed in 3493 milliseconds