Home
last modified time | relevance | path

Searched refs:justLooking (Results 1 – 2 of 2) sorted by relevance

/external/gptfdisk/
Dgpt.h74 int justLooking; // Set to 1 if program launched with "-l" or if read-only variable
192 void JustLooking(int i = 1) {justLooking = i;}
Dgpt.cc73 justLooking = 0; in GPTData()
98 justLooking = 0; in GPTData()
134 justLooking = orig.justLooking; in operator =()
733 if (!justLooking) { in PartitionScan()
748 if ((err == 0) && (!justLooking)) { in LoadPartitions()
1040 if (justLooking) { in SaveGPTData()
1489 if (!justLooking) { in UseWhichPartitions()
1502 if ((!justLooking) && (!beQuiet)) { in UseWhichPartitions()