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:name_space
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/
H
A
D
utils.c
535
int
name_space
;
in utils_inode_get_name()
local
560
name_space
= 4;
in utils_inode_get_name()
565
if (attr->file_name_type >
name_space
) { //XXX find the ...
in utils_inode_get_name()
569
name_space
= attr->file_name_type;
in utils_inode_get_name()
H
A
D
ntfsundelete.h
76
FILE_NAME_TYPE_FLAGS
name_space
;
member
H
A
D
ntfsundelete.c
984
if (filename_attr->file_name_type != name->
name_space
) {
in verify_parent()
991
if (filename_attr->file_name_type == name->
name_space
) {
in verify_parent()
1110
name->
name_space
= type;
in rescue_name()
1178
name->
name_space
= attr->file_name_type;
in get_filenames()
1201
if (name->
name_space
< space) {
in get_filenames()
1204
space = name->
name_space
;
in get_filenames()
1584
ntfs_log_quiet("Filename: (%d) %s\n", f->
name_space
, f->name);
in dump_record()
H
A
D
ntfswipe.c
91
FILE_NAME_TYPE_FLAGS
name_space
;
member
Completed in 7 milliseconds