Home
last modified time | relevance | path

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

/third_party/gptfdisk/
H A Dgpt.h74 int justLooking; // Set to 1 if program launched with "-l" or if read-only member in GPTData
198 void JustLooking(int i = 1) {justLooking = i;} in JustLooking()
H A Dgpt.cc74 justLooking = 0; in GPTData()
106 justLooking = orig.justLooking; in GPTData()
139 justLooking = 0; in GPTData()
177 justLooking = orig.justLooking; in operator =()
833 if (!justLooking) { in PartitionScan()
846 if (!justLooking) { in LoadPartitions()
1192 if (justLooking) { in SaveGPTData()
1193 cout << "The justLooking fla in SaveGPTData()
[all...]

Completed in 4 milliseconds