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:MAPLIST
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
acls.h
106
struct
MAPLIST
{
struct
107
struct
MAPLIST
*next;
178
struct
MAPLIST
*ntfs_read_mapping(FILEREADER reader, void *fileid);
179
struct MAPPING *ntfs_do_user_mapping(struct
MAPLIST
*firstitem);
180
struct MAPPING *ntfs_do_group_mapping(struct
MAPLIST
*firstitem);
/third_party/ntfs-3g/libntfs-3g/
H
A
D
acls.c
4200
static struct
MAPLIST
*getmappingitem(FILEREADER reader, void *fileid,
in getmappingitem()
4209
struct
MAPLIST
*item;
in getmappingitem()
4214
item = (struct
MAPLIST
*)ntfs_malloc(sizeof(struct
MAPLIST
));
in getmappingitem()
4255
item = (struct
MAPLIST
*)NULL;
in getmappingitem()
4259
item = (struct
MAPLIST
*)NULL;
in getmappingitem()
4281
struct
MAPLIST
*ntfs_read_mapping(FILEREADER reader, void *fileid)
in ntfs_read_mapping()
4284
struct
MAPLIST
*item;
in ntfs_read_mapping()
4285
struct
MAPLIST
*firstitem;
in ntfs_read_mapping()
4286
struct
MAPLIST
*lastite
in ntfs_read_mapping()
[all...]
H
A
D
security.c
4310
struct
MAPLIST
*item;
in ntfs_build_mapping()
4311
struct
MAPLIST
*firstitem;
in ntfs_build_mapping()
4344
firstitem = (struct
MAPLIST
*)NULL;
in ntfs_build_mapping()
4351
firstitem = (struct
MAPLIST
*)NULL;
in ntfs_build_mapping()
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfssecaudit.c
1870
struct
MAPLIST
*item;
in local_build_mapping()
1871
struct
MAPLIST
*firstitem = (struct
MAPLIST
*)NULL;
in local_build_mapping()
Completed in 18 milliseconds