Home
last modified time | relevance | path

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

/third_party/gptfdisk/
Dgpt.h74 int justLooking; // Set to 1 if program launched with "-l" or if read-only variable
196 void JustLooking(int i = 1) {justLooking = i;}
Dgpt.cc74 justLooking = 0; in GPTData()
105 justLooking = orig.justLooking; in GPTData()
138 justLooking = 0; in GPTData()
176 justLooking = orig.justLooking; in operator =()
825 if (!justLooking) { in PartitionScan()
840 if ((err == 0) && (!justLooking)) { in LoadPartitions()
1182 if (justLooking) { in SaveGPTData()
1636 if (!justLooking) { in UseWhichPartitions()
1649 if ((!justLooking) && (!beQuiet)) { in UseWhichPartitions()