Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgpt.cc74 justLooking = 0; in GPTData()
104 justLooking = orig.justLooking; in GPTData()
137 justLooking = 0; in GPTData()
174 justLooking = orig.justLooking; in operator =()
818 if (!justLooking) { in PartitionScan()
833 if ((err == 0) && (!justLooking)) { in LoadPartitions()
1151 if (justLooking) { in SaveGPTData()
1605 if (!justLooking) { in UseWhichPartitions()
1618 if ((!justLooking) && (!beQuiet)) { in UseWhichPartitions()
Dgpt.h76 int justLooking; // Set to 1 if program launched with "-l" or if read-only variable
198 void JustLooking(int i = 1) {justLooking = i;}