OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SwapPartitions
(Results
1 - 5
of
5
) sorted by null
/external/gptfdisk/
gpttext.h
51
int
SwapPartitions
(void);
gpttext.cc
331
int GPTDataTextUI::
SwapPartitions
(void) {
344
didIt = GPTData::
SwapPartitions
(partNum1, partNum2);
845
SwapPartitions
();
[
all
...]
gpt.h
148
int
SwapPartitions
(uint32_t partNum1, uint32_t partNum2);
gptcl.cc
337
if (
SwapPartitions
((uint32_t) p1, (uint32_t) p2) == 0) {
gpt.cc
[
all
...]
Completed in 1145 milliseconds