OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoadPartitions
(Results
1 - 6
of
6
) sorted by null
/external/gptfdisk/
gdisk.cc
33
else if (theGPT.
LoadPartitions
(device)) {
40
if (theGPT.
LoadPartitions
(argv[1])) {
57
if (theGPT.
LoadPartitions
(device))
cgdisk.cc
67
if (theGPT.
LoadPartitions
(device)) {
sgdisk.cc
63
if (!gptData.
LoadPartitions
((string) device)) {
gpt.h
117
int
LoadPartitions
(const string & deviceFilename);
gptcl.cc
155
if (
LoadPartitions
((string) device)) {
gpt.cc
113
if (!
LoadPartitions
(filename))
741
int GPTData::
LoadPartitions
(const string & deviceFilename) {
803
} // GPTData::
LoadPartitions
()
[
all
...]
Completed in 79 milliseconds