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:BSDData
(Results
1 - 5
of
5
) sorted by relevance
/third_party/gptfdisk/
H
A
D
bsd.cc
29
BSDData
::
BSDData
(void) {
in BSDData()
function in BSDData
41
BSDData
::~
BSDData
(void) {
in ~BSDData()
48
int
BSDData
::ReadBSDData(const string & device, uint64_t startSector, uint64_t endSector) {
in ReadBSDData()
64
} //
BSDData
::ReadBSDData() (device filename version)
in ReadBSDData()
68
int
BSDData
::ReadBSDData(DiskIO *theDisk, uint64_t startSector, uint64_t endSector) {
in ReadBSDData()
140
cerr << "Unable to allocate memory in
BSDData
::ReadBSDData()! Terminating!\n";
in ReadBSDData()
174
} //
BSDData
::ReadBSDData(DiskIO* theDisk, uint64_t startSector)
in ReadBSDData()
177
void
BSDData
[all...]
H
A
D
bsd.h
35
*
BSDData
class and related structures *
56
// about memory errors whenever a
BSDData
variable is destroyed.
58
class
BSDData
{
class
73
BSDData
(void);
74
~
BSDData
(void);
H
A
D
gpt.h
139
int XFormDisklabel(
BSDData
* disklabel);
H
A
D
gpt.cc
803
BSDData
bsdDisklabel;
in PartitionScan()
842
BSDData
bsdDisklabel;
in LoadPartitions()
1742
BSDData
disklabel;
in XFormDisklabel()
1774
int GPTData::XFormDisklabel(
BSDData
* disklabel) {
in XFormDisklabel()
1795
} // GPTData::XFormDisklabel(
BSDData
* disklabel)
in XFormDisklabel()
H
A
D
gpttext.cc
119
BSDData
disklabel;
in XFormDisklabel()
Completed in 7 milliseconds