Home
last modified time | relevance | path

Searched refs:MapPath (Results 1 – 13 of 13) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc327 source_tree_.MapPath("", dirnames_[0]); in TEST_F()
338 source_tree_.MapPath("baz", dirnames_[0]); in TEST_F()
364 source_tree_.MapPath("", dirnames_[0] + "/bar"); in TEST_F()
379 source_tree_.MapPath("foo", dirnames_[0] + "/foo"); in TEST_F()
391 source_tree_.MapPath("", dirnames_[0]); in TEST_F()
392 source_tree_.MapPath("", dirnames_[1]); in TEST_F()
409 source_tree_.MapPath("", dirnames_[0]); in TEST_F()
410 source_tree_.MapPath("bar", dirnames_[1]); in TEST_F()
421 source_tree_.MapPath("bar", dirnames_[0]); in TEST_F()
422 source_tree_.MapPath("bar", dirnames_[1]); in TEST_F()
[all …]
Dimporter.h261 void MapPath(const std::string& virtual_path, const std::string& disk_path);
Dimporter.cc391 void DiskSourceTree::MapPath(const std::string& virtual_path, in MapPath() function in google::protobuf::compiler::DiskSourceTree
Dcommand_line_interface.cc1002 source_tree->MapPath(proto_path_[i].first, proto_path_[i].second); in InitializeDiskSourceTree()
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_bootstrap_unittest.cc145 source_tree.MapPath("", TestSourceDir()); in TEST()
181 source_tree.MapPath("", TestSourceDir() + "/../conformance"); in TEST()
/external/perfetto/src/protozero/filtering/
Dfilter_util.cc91 dst.MapPath(win_drive, win_drive); in LoadMessageDefinition()
94 dst.MapPath("/", "/"); // We might still need this on Win under cygwin. in LoadMessageDefinition()
95 dst.MapPath("", normalize_for_win(proto_dir_path)); in LoadMessageDefinition()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_bootstrap_unittest.cc158 source_tree.MapPath("", TestUtil::TestSourceDir()); in TEST()
Dcpp_unittest.inc119 source_tree.MapPath("", TestUtil::TestSourceDir());
/external/tensorflow/tensorflow/tools/proto_text/
Dgen_proto_text_functions.cc96 source_tree.MapPath("", src_relative_path.empty() ? "." : src_relative_path); in MainImpl()
/external/perfetto/tools/trace_to_text/
Dtrace_to_text.cc161 dst.MapPath("", ""); in TraceToText()
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dmain.cc144 source_tree->MapPath("", include_path); in generate_code()
/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.cc79 source_tree_.MapPath("", proto_path); in ProtoFileParser()
/external/perfetto/tools/protoprofile/
Dmain.cc343 dst.MapPath("", ""); in Main()