OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindLastInFree
(Results
1 - 7
of
7
) sorted by null
/external/gptfdisk/
basicmbr.h
137
uint64_t
FindLastInFree
(uint64_t start);
gptcl.cc
235
cout <<
FindLastInFree
(FindFirstInLargest()) << "\n";
290
high =
FindLastInFree
(low);
306
endSector =
FindLastInFree
(startSector);
501
newPart.SetLocation(1, newMBR.
FindLastInFree
(1));
mbr.cc
89
partitions[i].SetLengthLBA(
FindLastInFree
(after) - partitions[i].GetStartLBA() + 1);
gpt.h
181
uint64_t
FindLastInFree
(uint64_t start);
gpttext.cc
228
lastBlock =
FindLastInFree
(firstBlock);
459
hybridPart.SetLocation(1, hybridMBR.
FindLastInFree
(1));
[
all
...]
gpt.cc
[
all
...]
basicmbr.cc
[
all
...]
Completed in 166 milliseconds