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 252 // disk_path may be an absolute path or relative to the current directory,
254 void MapPath(const string& virtual_path, const string& disk_path);
265 // file. The first mapping created with MapPath() whose disk_path contains
302 string disk_path; member in struct:google::protobuf::compiler::DiskSourceTree::Mapping
306 : virtual_path(virtual_path_param), disk_path(disk_path_param) {}
importer.cc 377 const string& disk_path) {
378 mappings_.push_back(Mapping(virtual_path, CanonicalizePath(disk_path)));
391 if (ApplyMapping(canonical_disk_file, mappings_[i].disk_path,
407 mappings_[i].disk_path, shadowing_disk_file)) {
458 mappings_[i].disk_path, &temp_disk_file)) {
command_line_interface.cc 1119 string disk_path; local
    [all...]
  /external/avb/examples/uefi/
uefi_avb_ops.c 406 EFI_DEVICE_PATH* disk_path; local
426 disk_path = (EFI_DEVICE_PATH*)avb_malloc(path_bytes);
427 avb_memcpy(disk_path, *io_path, path_bytes);
435 avb_free(disk_path);
441 &disk_path,
446 avb_free(disk_path);
461 avb_free(disk_path);
472 avb_free(disk_path);
480 avb_free(disk_path);
495 avb_free(disk_path);
    [all...]

Completed in 712 milliseconds