Searched refs:disk_path (Results 1 – 6 of 6) sorted by relevance
/external/avb/examples/uefi/ |
D | uefi_avb_ops.c | 406 EFI_DEVICE_PATH* disk_path; in get_disk_block_io() local 426 disk_path = (EFI_DEVICE_PATH*)avb_malloc(path_bytes); in get_disk_block_io() 427 avb_memcpy(disk_path, *io_path, path_bytes); in get_disk_block_io() 435 avb_free(disk_path); in get_disk_block_io() 441 &disk_path, in get_disk_block_io() 446 avb_free(disk_path); in get_disk_block_io() 461 avb_free(disk_path); in get_disk_block_io() 472 avb_free(disk_path); in get_disk_block_io() 480 avb_free(disk_path); in get_disk_block_io() 495 avb_free(disk_path); in get_disk_block_io() [all …]
|
/external/protobuf/src/google/protobuf/compiler/ |
D | importer.h | 261 void MapPath(const std::string& virtual_path, const std::string& disk_path); 309 std::string disk_path; member 313 : virtual_path(virtual_path_param), disk_path(disk_path_param) {} in Mapping()
|
D | importer.cc | 392 const std::string& disk_path) { in MapPath() argument 393 mappings_.push_back(Mapping(virtual_path, CanonicalizePath(disk_path))); in MapPath() 405 if (ApplyMapping(canonical_disk_file, mappings_[i].disk_path, in DiskFileToVirtualFile() 421 mappings_[i].disk_path, shadowing_disk_file)) { in DiskFileToVirtualFile() 472 mappings_[i].disk_path, &temp_disk_file)) { in OpenVirtualFile()
|
D | command_line_interface.cc | 1457 std::string disk_path; in InterpretArgument() local 1462 disk_path = parts[i]; in InterpretArgument() 1465 disk_path = parts[i].substr(equals_pos + 1); in InterpretArgument() 1468 if (disk_path.empty()) { in InterpretArgument() 1477 if (access(disk_path.c_str(), F_OK) < 0) { in InterpretArgument() 1480 std::cerr << disk_path << ": warning: directory does not exist." in InterpretArgument() 1484 disk_path = parts[i]; in InterpretArgument() 1492 std::pair<std::string, std::string>(virtual_path, disk_path)); in InterpretArgument()
|
/external/cros/system_api/dbus/vm_concierge/ |
D | service.proto | 209 string disk_path = 2; field 228 string disk_path = 2; field 240 string disk_path = 2; field 257 // Must be accompanied by an FD. The contents of `disk_path` will be written to 264 string disk_path = 2; field
|
/external/crosvm/src/ |
D | main.rs | 951 let disk_path = in set_argument() localVariable 960 if !disk_path.exists() { in set_argument() 980 path: disk_path, in set_argument() 1042 let disk_path = PathBuf::from(value.unwrap()); in set_argument() localVariable 1043 if !disk_path.exists() { in set_argument() 1051 path: disk_path, in set_argument()
|