Searched refs:disk_name (Results 1 – 1 of 1) sorted by relevance
254 setup_unmount_image(char* disk_name, size_t len) in setup_unmount_image() argument259 …execute_and_get_output(disk_name, len, "diskutil list | grep %s | awk {'print $7'}", FUNMOUNT_VOL_… in setup_unmount_image()260 ASSERT(strlen(disk_name) != 0, "disk_name is empty"); in setup_unmount_image()262 …SSERT(!exec_cmd("diskutil eject %s", disk_name), "Disk image detach/eject during creation failed (… in setup_unmount_image()