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:root_cluster
(Results
1 - 8
of
8
) sorted by relevance
/third_party/exfatprogs/tune/
H
A
D
tune.c
131
exfat->root->first_clus = le32_to_cpu(exfat->bs->bsx.
root_cluster
);
in main()
/third_party/exfatprogs/label/
H
A
D
label.c
119
exfat->root->first_clus = le32_to_cpu(exfat->bs->bsx.
root_cluster
);
in main()
/third_party/exfatprogs/include/
H
A
D
exfat_ondisk.h
116
__le32
root_cluster
;
member
/third_party/exfatprogs/dump/
H
A
D
dump.c
121
root_clu = le32_to_cpu(pbsx->
root_cluster
);
in exfat_show_ondisk_all_info()
/third_party/exfatprogs/mkfs/
H
A
D
mkfs.c
63
pbsx->
root_cluster
= cpu_to_le32(finfo.root_start_clu);
in exfat_setup_boot_sector()
94
le32_to_cpu(pbsx->
root_cluster
));
in exfat_setup_boot_sector()
/third_party/exfatprogs/lib/
H
A
D
libexfat.c
379
(le32_to_cpu(bs->bsx.
root_cluster
) - EXFAT_RESERVED_CLUSTERS) *
in exfat_get_root_entry_offset()
/third_party/exfatprogs/exfat2img/
H
A
D
exfat2img.c
289
root->first_clus = le32_to_cpu(exfat->bs->bsx.
root_cluster
);
in dump_root()
/third_party/exfatprogs/fsck/
H
A
D
fsck.c
1303
root->first_clus = le32_to_cpu(exfat->bs->bsx.
root_cluster
);
in exfat_root_dir_check()
Completed in 13 milliseconds