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:myDisk
(Results
1 - 7
of
7
) sorted by relevance
/third_party/gptfdisk/
H
A
D
basicmbr.cc
42
myDisk
= NULL;
in BasicMBRData()
64
myDisk
= new DiskIO;
in BasicMBRData()
65
if (
myDisk
== NULL) {
in BasicMBRData()
69
if (orig.
myDisk
!= NULL)
in BasicMBRData()
70
myDisk
->OpenForRead(orig.
myDisk
->GetName());
in BasicMBRData()
85
myDisk
= NULL;
in BasicMBRData()
96
// Free space used by
myDisk
only if that's OK -- sometimes it will be
101
delete
myDisk
;
in ~BasicMBRData()
121
myDisk
in operator =()
[all...]
H
A
D
gpt.cc
117
myDisk
.OpenForRead(orig.
myDisk
.GetName());
in GPTData()
188
myDisk
.OpenForRead(orig.
myDisk
.GetName());
in operator =()
786
if (allOK &&
myDisk
.OpenForRead(deviceFilename)) {
in SetDisk()
788
diskSize =
myDisk
.DiskSize(&err);
in SetDisk()
789
blockSize = (uint32_t)
myDisk
.GetBlockSize();
in SetDisk()
790
physBlockSize = (uint32_t)
myDisk
.GetPhysBlockSize();
in SetDisk()
792
protectiveMBR.SetDisk(&
myDisk
);
in SetDisk()
806
protectiveMBR.ReadMBRData(&
myDisk
);
in PartitionScan()
[all...]
H
A
D
bsd.cc
50
DiskIO
myDisk
;
in ReadBSDData()
local
53
if (
myDisk
.OpenForRead(device)) {
in ReadBSDData()
54
allOK = ReadBSDData(&
myDisk
, startSector, endSector);
in ReadBSDData()
59
myDisk
.Close();
in ReadBSDData()
H
A
D
gpt.h
69
DiskIO
myDisk
;
member in GPTData
113
DiskIO* GetDisk(void) {return &
myDisk
;}
in GetDisk()
115
int WriteProtectiveMBR(void) {return protectiveMBR.WriteMBRData(&
myDisk
);}
in WriteProtectiveMBR()
H
A
D
basicmbr.h
56
DiskIO*
myDisk
;
member in BasicMBRData
76
void DiskSync(void) {
myDisk
->DiskSync();}
in DiskSync()
H
A
D
bsd.h
76
int ReadBSDData(DiskIO *
myDisk
, uint64_t startSector, uint64_t endSector);
H
A
D
gptcurses.cc
505
if (!
myDisk
.DiskSync())
in SaveData()
Completed in 6 milliseconds