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:GetHexType
(Results
1 - 8
of
8
) sorted by relevance
/third_party/gptfdisk/
H
A
D
gptpart.cc
55
uint16_t GPTPart::
GetHexType
(void) const {
in GetHexType()
function in GPTPart
56
return partitionType.
GetHexType
();
in GetHexType()
57
} // GPTPart::
GetHexType
()
in GetHexType()
318
cout << hex << partitionType.
GetHexType
() << " " << dec;
446
cout << "Current type is " << hex <<
GetHexType
() << dec << " (" << GetTypeName() << ")\n";
448
cout << "Hex code or GUID (L to show codes, Enter = " << hex <<
GetHexType
() << dec << "): ";
454
tempType =
GetHexType
();
H
A
D
parttypes.h
61
uint16_t
GetHexType
() const;
H
A
D
gptpart.h
59
uint16_t
GetHexType
(void) const;
H
A
D
gpttext.cc
124
hexCode = partitions[partNum].
GetHexType
();
in XFormDisklabel()
493
hybridPart.SetType(GetMBRTypeCode(partitions[j].
GetHexType
() / 256));
in MakeHybrid()
566
partitions[i].
GetHexType
() / 0x0100, 0);
in XFormToMBR()
H
A
D
gptcurses.cc
384
printw("Current type is %04x (%s)\n", partitions[partNum].GetType().
GetHexType
(), partitions[partNum].GetTypeName().c_str());
in ChangeType()
385
printw("Hex code or GUID (L to show codes, Enter = %04x): ", partitions[partNum].GetType().
GetHexType
());
in ChangeType()
391
tempType = partitions[partNum].GetType().
GetHexType
();
in ChangeType()
H
A
D
gptcl.cc
545
newPart.SetType((uint8_t)(operator[](origPartNum).
GetHexType
() / 0x0100));
in BuildMBR()
H
A
D
parttypes.cc
662
uint16_t PartType::
GetHexType
() const {
in GetHexType()
function in PartType
H
A
D
gpt.cc
1825
partitions[gptPart].
GetHexType
() / 256, 0);
in OnePartToMBR()
Completed in 11 milliseconds