OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mbrState
(Results
1 - 2
of
2
) sorted by null
/external/gptfdisk/
gpttext.cc
64
MBRValidity
mbrState
;
73
mbrState
= protectiveMBR.GetValidity();
75
if ((state == gpt_valid) && (
mbrState
== mbr)) {
89
if ((
mbrState
== mbr) || (
mbrState
== hybrid)) {
98
} else if (
mbrState
== invalid) {
[
all
...]
gpt.cc
744
MBRValidity
mbrState
;
781
mbrState
= protectiveMBR.GetValidity();
782
if ((
mbrState
== invalid) || (
mbrState
== mbr))
[
all
...]
Completed in 290 milliseconds