Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:protectiveMBR
(Results
1 - 3
of
3
) sorted by relevance
/third_party/gptfdisk/
H
A
D
gpt.cc
100
protectiveMBR
= orig.
protectiveMBR
;
in GPTData()
171
protectiveMBR
= orig.
protectiveMBR
;
in operator =()
394
if (
protectiveMBR
.IsEEActive()) {
in Verify()
405
if (!
protectiveMBR
.DoTheyFit()) {
in Verify()
697
if ((
protectiveMBR
.GetType(i) != 0xEE) && (
protectiveMBR
.GetType(i) != 0x00)) {
in FindHybridMismatches()
700
mbrFirst = (uint64_t)
protectiveMBR
.GetFirstSector(i);
in FindHybridMismatches()
701
mbrLast = mbrFirst + (uint64_t)
protectiveMBR
in FindHybridMismatches()
[all...]
H
A
D
gpt.h
67
MBRData
protectiveMBR
;
member in GPTData
106
int VerifyMBR(void) {return
protectiveMBR
.FindOverlaps();}
in VerifyMBR()
114
int LoadMBR(const std::string & f) {return
protectiveMBR
.ReadMBRData(f);}
in LoadMBR()
115
int WriteProtectiveMBR(void) {return
protectiveMBR
.WriteMBRData(&myDisk);}
in WriteProtectiveMBR()
132
void DisplayMBRData(void) {
protectiveMBR
.DisplayMBRData();}
in DisplayMBRData()
158
void MakeProtectiveMBR(void) {
protectiveMBR
.MakeProtectiveMBR();}
in MakeProtectiveMBR()
161
void SetProtectiveMBR(BasicMBRData & newMBR) {
protectiveMBR
= newMBR;}
in SetProtectiveMBR()
H
A
D
gpttext.cc
73
mbrState =
protectiveMBR
.GetValidity();
in UseWhichPartitions()
465
// Use a local MBR structure, copying from
protectiveMBR
to keep its
in MakeHybrid()
467
hybridMBR =
protectiveMBR
;
in MakeHybrid()
540
protectiveMBR
= hybridMBR;
in MakeHybrid()
546
// Convert the GPT to MBR form, storing partitions in the
protectiveMBR
557
protectiveMBR
.EmptyMBR(0);
in XFormToMBR()
564
protectiveMBR
.MakePart(i, partitions[i].GetFirstLBA(),
in XFormToMBR()
569
protectiveMBR
.MakeItLegal();
in XFormToMBR()
570
return
protectiveMBR
.DoMenu();
in XFormToMBR()
Completed in 5 milliseconds