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:file_attributes
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/
H
A
D
dir.c
984
if ((ie->key.file_name.
file_attributes
in ntfs_filldir()
988
ie->key.file_name.
file_attributes
);
in ntfs_filldir()
989
else if (ie->key.file_name.
file_attributes
in ntfs_filldir()
997
|| !(fn->
file_attributes
& FILE_ATTR_HIDDEN)))
in ntfs_filldir()
1527
si->
file_attributes
in __ntfs_create()
1533
si->
file_attributes
= FILE_ATTR_SYSTEM;
in __ntfs_create()
1700
fn->
file_attributes
= FILE_ATTR_I30_INDEX_PRESENT;
in __ntfs_create()
1703
fn->
file_attributes
= FILE_ATTR_SYSTEM;
in __ntfs_create()
1705
fn->
file_attributes
|= ni->flags & FILE_ATTR_COMPRESSED;
in __ntfs_create()
1706
fn->
file_attributes
|
in __ntfs_create()
[all...]
H
A
D
inode.c
201
ni->flags = std_info->
file_attributes
;
in ntfs_inode_real_open()
759
std_info->
file_attributes
= ni->flags;
in ntfs_inode_sync_standard_information()
876
fnx->
file_attributes
=
in ntfs_inode_sync_file_name()
877
(fnx->
file_attributes
& ~FILE_ATTR_VALID_FLAGS) |
in ntfs_inode_sync_file_name()
H
A
D
volume.c
234
ni->flags = si->
file_attributes
;
in ntfs_attr_setup_flag()
/third_party/python/Lib/test/
H
A
D
test_stat.py
62
file_attributes
= {
variable in TestFilemode
235
for key, value in sorted(self.
file_attributes
.items()):
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
layout.h
831
* (in the field
file_attributes
).
875
*
file_attributes
field).
926
/* 32*/ FILE_ATTR_FLAGS
file_attributes
; /* Flags describing the file. */
member
1125
/* 38*/ FILE_ATTR_FLAGS
file_attributes
; /* Flags describing the file. */
member
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfsinfo.c
704
ntfs_dump_flags("\t", attr->type, standard_attr->
file_attributes
);
in ntfs_dump_attr_standard_information()
872
ntfs_dump_flags(indent, AT_FILE_NAME, file_name_attr->
file_attributes
);
in ntfs_dump_filename()
873
if (file_name_attr->
file_attributes
& FILE_ATTR_REPARSE_POINT &&
in ntfs_dump_filename()
H
A
D
ntfsundelete.c
1181
name->flags = attr->
file_attributes
;
in get_filenames()
1224
name->flags = attr->
file_attributes
;
in get_filenames()
H
A
D
mkntfs.c
1929
si.
file_attributes
= flags; /* already LE */
in add_attr_std_info()
2051
fn->
file_attributes
= flags;
in add_attr_file_name()
3181
fn->
file_attributes
= flags;
in create_hardlink_res()
3300
fn->
file_attributes
= flags;
in create_hardlink()
Completed in 23 milliseconds