OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gpt_valid
(Results
1 - 3
of
3
) sorted by null
/external/gptfdisk/
gpt.cc
69
state =
gpt_valid
;
709
if ((state ==
gpt_valid
) && !protectiveMBR.DoTheyFit() && (protectiveMBR.GetValidity() == gpt)) {
[
all
...]
gpt.h
36
enum GPTValidity {
gpt_valid
, gpt_corrupt, gpt_invalid};
enumerator in enum:GPTValidity
gpttext.cc
75
if ((state ==
gpt_valid
) && (mbrState == mbr)) {
[
all
...]
Completed in 54 milliseconds