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:GPTData
(Results
1 - 9
of
9
) sorted by relevance
/third_party/gptfdisk/
H
A
D
gpt.cc
62
*
GPTData
class and related structures *
67
GPTData
::
GPTData
(void) {
in GPTData()
function in GPTData
91
} //
GPTData
default constructor
in GPTData()
93
GPTData
::
GPTData
(const
GPTData
& orig) {
in GPTData()
function in GPTData
122
cerr << "Error! Could not allocate memory for partitions in
GPTData
::operator=()!\n"
in GPTData()
130
} //
GPTData
copy constructor
in GPTData()
133
GPTData
function in GPTData
[all...]
H
A
D
gpt.h
29
*
GPTData
class and related structures *
61
class
GPTData
{
class
92
GPTData
(void);
93
GPTData
(const
GPTData
&);
94
GPTData
(std::string deviceFilename);
95
virtual ~
GPTData
(void);
96
GPTData
& operator=(const
GPTData
& orig);
211
}; // class
GPTData
[all...]
H
A
D
gpttext.cc
21
GPTData
class */
43
GPTDataTextUI::GPTDataTextUI(void) :
GPTData
() {
in GPTDataTextUI()
46
GPTDataTextUI::GPTDataTextUI(string filename) :
GPTData
(filename) {
in GPTDataTextUI()
67
which =
GPTData
::UseWhichPartitions();
in UseWhichPartitions()
132
numDone =
GPTData
::XFormDisklabel(partNum);
in XFormDisklabel()
196
GPTData
::MoveMainTable(newStart);
in MoveMainTable()
216
GPTData
::MoveSecondTable(newStart);
in MoveSecondTable()
276
GPTData
::CreatePartition(partNum, firstBlock, lastBlock);
in CreatePartition()
296
GPTData
::DeletePartition(partNum - 1);
in DeletePartition()
400
didIt =
GPTData
in SwapPartitions()
[all...]
H
A
D
gptcl.h
2
Implementation of
GPTData
class derivative with popt-based command
28
class GPTDataCL : public
GPTData
{
H
A
D
gpttext.h
2
Implementation of
GPTData
class derivative with basic text-mode interaction
26
class GPTDataTextUI : public
GPTData
{
34
// const GPTPart & operator[](uint32_t partNum) {return
GPTData
::operator[](partNum);}
H
A
D
gptcurses.cc
2
* Implementation of
GPTData
class derivative with curses-based text-mode
314
if (!
GPTData
::DeletePartition(partNum))
in DeletePartition()
414
GPTData
::SetAlignment(alignment);
in SetAlignment()
418
// relies on the underlying
GPTData
::Verify() function to report on problems
424
GPTData
::Verify();
in Verify()
773
if (
GPTData
::Verify() > 0)
in MainMenu()
H
A
D
sgdisk.cc
31
GPTData
gptData;
in ohos_dump()
H
A
D
gptcurses.h
2
* Implementation of
GPTData
class derivative with curses-based text-mode
74
class GPTDataCurses : public
GPTData
{
H
A
D
gptcl.cc
2
Implementation of
GPTData
class derivative with popt-based command
67
GPTData
secondDevice;
in DoOptions()
Completed in 6 milliseconds