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:gpt
(Results
1 - 7
of
7
) sorted by relevance
/third_party/gptfdisk/
H
A
D
Makefile
76
LIB_NAMES=crc32 support guid gptpart mbrpart basicmbr mbr
gpt
bsd parttypes attributes diskio diskio-unix
94
LIB_NAMES=guid gptpart bsd parttypes attributes crc32 mbrpart basicmbr mbr
gpt
support diskio diskio-windows
114
LIB_NAMES=guid gptpart bsd parttypes attributes crc32 mbrpart basicmbr mbr
gpt
support diskio diskio-windows
H
A
D
fixparts.cc
55
case hybrid: case
gpt
:
in main()
H
A
D
sgdisk.cc
26
* DISK[mbr|
gpt
][guid]
56
case
gpt
:
in ohos_dump()
63
res << "DISK
gpt
" << gptData.GetDiskGUID() << endl;
in ohos_dump()
H
A
D
mbr.cc
68
state =
gpt
;
in MakeProtectiveMBR()
H
A
D
basicmbr.h
38
enum MBRValidity {invalid,
gpt
, hybrid, mbr};
enumerator
H
A
D
basicmbr.cc
252
state =
gpt
;
in ReadMBRData()
259
if (state ==
gpt
) {
in ReadMBRData()
519
if ((state ==
gpt
) || (state == hybrid)) {
in DisplayMBRData()
531
partitions[i].ShowData((state ==
gpt
) || (state == hybrid));
in DisplayMBRData()
544
case
gpt
:
in ShowState()
H
A
D
gpt.cc
0
/*
gpt
.cc -- Functions for loading, saving, and manipulating legacy MBR and GPT partition
26
#include "
gpt
.h"
814
if ((state == gpt_valid) && !protectiveMBR.DoTheyFit() && (protectiveMBR.GetValidity() ==
gpt
)) {
in PartitionScan()
1668
if ((state == gpt_valid) && (mbrState ==
gpt
)) {
in UseWhichPartitions()
1688
if (mbrState ==
gpt
) {
in UseWhichPartitions()
2093
if (protectiveMBR.GetValidity() ==
gpt
)
in MoveSecondHeaderToEnd()
2219
* (most of these are inline in
gpt
.h) *
Completed in 11 milliseconds