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:ATTR_SUBDIR
(Results
1 - 6
of
6
) sorted by relevance
/third_party/exfatprogs/include/
H
A
D
exfat_ondisk.h
74
#define
ATTR_SUBDIR
0x0010
macro
79
#define ATTR_EXTEND_MASK (ATTR_EXTEND |
ATTR_SUBDIR
| ATTR_ARCHIVE)
81
ATTR_SUBDIR
| ATTR_ARCHIVE)
/third_party/exfatprogs/exfat2img/
H
A
D
exfat2img.c
245
if (!(inode->attr &
ATTR_SUBDIR
))
in dump_directory()
285
root = exfat_alloc_inode(
ATTR_SUBDIR
);
in dump_root()
357
if (node->attr &
ATTR_SUBDIR
)
in read_file()
461
if ((node->attr &
ATTR_SUBDIR
) && node->size) {
in read_children()
526
if (!(dir->attr &
ATTR_SUBDIR
)) {
in dump_filesystem()
/third_party/exfatprogs/lib/
H
A
D
exfat_fs.c
55
if (!(node->attr &
ATTR_SUBDIR
)) {
in exfat_free_children()
80
if (!child->parent || !(child->attr &
ATTR_SUBDIR
))
in exfat_free_ancestors()
/third_party/exfatprogs/fsck/
H
A
D
fsck.c
619
if ((node->attr &
ATTR_SUBDIR
) &&
in check_inode()
953
if (node->attr &
ATTR_SUBDIR
)
in read_file()
1156
if ((node->attr &
ATTR_SUBDIR
) && node->size) {
in read_children()
1267
if (!(dir->attr &
ATTR_SUBDIR
)) {
in exfat_filesystem_check()
1298
root = exfat_alloc_inode(
ATTR_SUBDIR
);
in exfat_root_dir_check()
1334
err = exfat_build_file_dentry_set(exfat, " ",
ATTR_SUBDIR
,
in exfat_root_dir_check()
1353
inode = exfat_alloc_inode(
ATTR_SUBDIR
);
in read_lostfound()
1622
ATTR_SUBDIR
);
in main()
/third_party/exfatprogs/tune/
H
A
D
tune.c
125
exfat->root = exfat_alloc_inode(
ATTR_SUBDIR
);
in main()
/third_party/exfatprogs/label/
H
A
D
label.c
113
exfat->root = exfat_alloc_inode(
ATTR_SUBDIR
);
in main()
Completed in 5 milliseconds