Home
last modified time | relevance | path

Searched refs:disk_path (Results 1 – 6 of 6) sorted by relevance

/external/avb/examples/uefi/
Duefi_avb_ops.c406 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/
Dimporter.h261 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()
Dimporter.cc392 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()
Dcommand_line_interface.cc1457 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/
Dservice.proto209 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/
Dmain.rs951 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()