HomeSort by relevance Sort by last modified time
    Searched refs:partGUID (Results 1 - 2 of 2) sorted by null

  /external/gptfdisk/
gptcl.h 36 char *partGUID, *diskGUID;
gptcl.cc 30 mbrParts = twoParts = outDevice = typeCode = partGUID = diskGUID = NULL;
104 {"partition-guid", 'u', POPT_ARG_STRING, &partGUID, 'u', "set partition GUID", "partnum:guid"},
392 partNum = (int) GetInt(partGUID, 1) - 1;
396 SetPartitionGUID(partNum, GetString(partGUID, 2).c_str());

Completed in 2690 milliseconds