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:MAPFILE
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/writev/
H
A
D
writev03.c
34
#define
MAPFILE
MNTPOINT "/map_file"
macro
49
mapfd = SAFE_OPEN(
MAPFILE
, O_CREAT|O_RDWR|O_TRUNC, 0644);
in setup()
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfsusermap.c
82
#define
MAPFILE
"UserMapping"
macro
793
fullname = (char *)malloc(strlen(
MAPFILE
) + 1
in outputmap()
811
strcat(fullname,
MAPFILE
);
in outputmap()
814
strcpy(fullname,
MAPFILE
);
in outputmap()
889
MAPFILE
"\"\n");
in outputmap()
H
A
D
ntfssecaudit.c
359
#define
MAPFILE
"UserMapping"
macro
1863
char mapfile[sizeof(MAPDIR) + sizeof(
MAPFILE
) + 6];
in local_build_mapping()
1898
strcpy(mapfile,"x:\\" MAPDIR "\\"
MAPFILE
);
in local_build_mapping()
1924
strcpy(p,"/" MAPDIR "/"
MAPFILE
);
in local_build_mapping()
Completed in 9 milliseconds