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

/device/google/marlin/recovery/gpt-utils/
H A Dgpt-utils.cpp1054 //represents the GPT disk the partition resides on. In the case of emmc it
1127 //Get the block size of the disk represented by decsriptor fd
1148 //disk represented by fd
1184 //Read out the GPT header for the disk that contains the partition partname
1252 //The fd here is the descriptor for the 'disk' which
1347 struct gpt_disk *disk; local
1348 disk = (struct gpt_disk *)malloc(sizeof(struct gpt_disk));
1349 if (!disk) {
1353 memset(disk, 0, sizeof(struct gpt_disk));
1355 return disk;
1359 gpt_disk_free(struct gpt_disk *disk) argument
1379 struct gpt_disk *disk = NULL; local
1450 gpt_disk_get_pentry(struct gpt_disk *disk, const char *partname, enum gpt_instance instance) argument
1472 gpt_disk_update_crc(struct gpt_disk *disk) argument
1507 gpt_disk_commit(struct gpt_disk *disk) argument
[all...]

Completed in 45 milliseconds