Searched refs:virtual_path (Results 1 - 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
H A D | importer.h | 232 // to the root of the source tree, pass an empty string for virtual_path. 245 void MapPath(const string& virtual_path, const string& disk_path); 292 string virtual_path; member in struct:google::protobuf::compiler::DiskSourceTree::Mapping 297 : virtual_path(virtual_path_param), disk_path(disk_path_param) {}
|
H A D | importer.cc | 360 void DiskSourceTree::MapPath(const string& virtual_path, argument 362 mappings_.push_back(Mapping(virtual_path, CanonicalizePath(disk_path))); 376 mappings_[i].virtual_path, virtual_file)) { 390 if (ApplyMapping(*virtual_file, mappings_[i].virtual_path, 441 if (ApplyMapping(virtual_file, mappings_[i].virtual_path,
|
H A D | command_line_interface.cc | 967 string virtual_path; local 972 virtual_path = ""; 975 virtual_path = parts[i].substr(0, equals_pos); 993 proto_path_.push_back(pair<string, string>(virtual_path, disk_path));
|
Completed in 74 milliseconds