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:GPTPart
(Results
1 - 11
of
11
) sorted by relevance
/third_party/gptfdisk/
H
A
D
gptpart.cc
33
GPTPart
::
GPTPart
(void) {
in GPTPart()
function in GPTPart
42
GPTPart
::
GPTPart
(const
GPTPart
& orig) {
in GPTPart()
function in GPTPart
51
GPTPart
::~
GPTPart
(void) {
in ~GPTPart()
55
uint16_t
GPTPart
::GetHexType(void) const {
in GetHexType()
57
} //
GPTPart
::GetHexType()
in GetHexType()
61
string
GPTPart
[all...]
H
A
D
gptpart.h
26
// Values returned by
GPTPart
::IsSizedForMBR()
33
*
GPTPart
class and related structures *
37
class
GPTPart
{
class
39
// Caution: The non-static data in
GPTPart
is precisely the right size
44
// GPTData::LoadSecondTableAsMain() and then removing the
GPTPart
53
GPTPart
(void);
54
GPTPart
(const
GPTPart
&);
55
~
GPTPart
(void);
88
GPTPart
[all...]
H
A
D
gptcurses.h
68
GPTPart
*origPart;
77
GPTPart
emptySpace;
H
A
D
mbr.cc
135
GPTPart
MBRData::AsGPT(int i) {
in AsGPT()
137
GPTPart
newPart;
in AsGPT()
H
A
D
gpt.cc
120
partitions = new
GPTPart
[numParts];
in GPTData()
191
partitions = new
GPTPart
[numParts];
in operator =()
1071
if (tempHeader.sizeOfPartitionEntries != sizeof(
GPTPart
)) {
in LoadHeader()
1081
cerr << " supports only " << sizeof(
GPTPart
) << "-byte entries.\n";
in LoadHeader()
1084
tempHeader.sizeOfPartitionEntries = sizeof(
GPTPart
);
in LoadHeader()
1104
if (header.sizeOfPartitionEntries != sizeof(
GPTPart
)) {
in LoadPartitionTable()
1145
GPTPart
*partsToCheck;
in CheckTable()
1153
partsToCheck = new
GPTPart
[header->numParts];
in CheckTable()
1849
GPTPart
* newParts;
in SetGPTSize()
1868
newParts = new
GPTPart
[numEntrie
in SetGPTSize()
[all...]
H
A
D
mbr.h
38
GPTPart
AsGPT(int i);
H
A
D
gpt.h
64
GPTPart
*partitions;
178
const
GPTPart
& operator[](uint32_t partNum) const;
H
A
D
bsd.cc
269
GPTPart
BSDData::AsGPT(int i) {
in AsGPT()
270
GPTPart
guid; // dump data in here, then return it
in AsGPT()
H
A
D
bsd.h
87
GPTPart
AsGPT(int i); // Return BSD part. as GPT part.
H
A
D
sgdisk.cc
32
GPTPart
partData;
in ohos_dump()
H
A
D
gpttext.cc
391
GPTPart
temp;
in SwapPartitions()
Completed in 9 milliseconds