Searched refs:drive_path (Results 1 – 2 of 2) sorted by relevance
/external/vboot_reference/cgpt/ |
D | cgpt_common.c | 289 int DriveOpen(const char *drive_path, struct drive *drive, int mode, in DriveOpen() argument 293 require(drive_path); in DriveOpen() 299 drive->fd = open(drive_path, mode | in DriveOpen() 305 Error("Can't open %s: %s\n", drive_path, strerror(errno)); in DriveOpen() 313 drive_path, strerror(errno)); in DriveOpen()
|
D | cgpt.h | 61 int DriveOpen(const char *drive_path, struct drive *drive, int mode,
|