Searched defs:drive_path (Results 1 - 1 of 1) sorted by relevance

/external/vboot_reference/cgpt/
H A Dcgpt_common.c289 int DriveOpen(const char *drive_path, struct drive *drive, int mode, argument
293 require(drive_path);
299 drive->fd = open(drive_path, mode |
305 Error("Can't open %s: %s\n", drive_path, strerror(errno));
313 drive_path, strerror(errno));

Completed in 171 milliseconds