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

  /external/protobuf/src/google/protobuf/compiler/
importer.h 233 // disk_path may be an absolute path or relative to the current directory,
235 void MapPath(const string& virtual_path, const string& disk_path);
246 // file. The first mapping created with MapPath() whose disk_path contains
281 string disk_path; member in struct:google::protobuf::compiler::DiskSourceTree::Mapping
283 inline Mapping(const string& virtual_path, const string& disk_path)
284 : virtual_path(virtual_path), disk_path(disk_path) {}
importer.cc 341 const string& disk_path) {
342 mappings_.push_back(Mapping(virtual_path, CanonicalizePath(disk_path)));
355 if (ApplyMapping(canonical_disk_file, mappings_[i].disk_path,
371 mappings_[i].disk_path, shadowing_disk_file)) {
416 mappings_[i].disk_path, &temp_disk_file)) {
command_line_interface.cc 873 string disk_path; local
878 disk_path = parts[i];
881 disk_path = parts[i].substr(equals_pos + 1);
884 if (disk_path.empty()) {
891 if (access(disk_path.c_str(), F_OK) < 0) {
892 cerr << disk_path << ": warning: directory does not exist." << endl;
895 proto_path_.push_back(make_pair(virtual_path, disk_path));
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 313 FilePath disk_path = FilePath(iter->second->system_path()).DirName(); local
314 std::string title = "/dev/" + disk_path.BaseName().value();

Completed in 237 milliseconds