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

/system/extras/squashfs_utils/
H A Dsquashfs_utils.c64 int data_device; local
66 data_device = TEMP_FAILURE_RETRY(open(blk_device, O_RDONLY | O_CLOEXEC));
67 if (data_device == -1) {
72 if (TEMP_FAILURE_RETRY(read(data_device, &sb, sizeof(sb)))
86 close(data_device);

Completed in 58 milliseconds