Searched refs:TestSourceDir (Results 1 – 8 of 8) sorted by relevance
89 File::GetContentsAsText(TestSourceDir() + "/" + physical_filename, in ExpectFileMatches()114 ASSERT_TRUE(proto_file != NULL) << TestSourceDir(); in Run()135 if (!File::Exists(TestSourceDir() + "/" + descriptor_file_name)) { in TEST()145 source_tree.MapPath("", TestSourceDir()); in TEST()181 source_tree.MapPath("", TestSourceDir() + "/../conformance"); in TEST()
61 inline std::string TestSourceDir() { in TestSourceDir() function62 return google::protobuf::TestSourceDir(); in TestSourceDir()66 return TestSourceDir() + "/" + MaybeTranslatePath(google3_path); in GetTestDataPath()
95 File::GetContents(TestUtil::TestSourceDir() + "/" + physical_filename, in ExpectFileMatches()152 source_tree.MapPath("", TestUtil::TestSourceDir()); in TEST()
118 source_tree.MapPath("", TestUtil::TestSourceDir());
52 string TestSourceDir();
73 string TestSourceDir() { in TestSourceDir() function
50 return TestSourceDir() + "/google/protobuf/compiler/ruby"; in FindRubyTestDir()
2573 args.push_back("--proto_path=" + TestUtil::TestSourceDir()); in Run()