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:pathdat
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/nftw/
H
A
D
tools.c
30
extern pathdata
pathdat
[];
79
if (
pathdat
[i].type == DIR) {
in setup_path()
80
if (mkdir(
pathdat
[i].name,
pathdat
[i].mode) == -1) {
in setup_path()
82
pathdat
[i].name, i);
in setup_path()
89
} else if (
pathdat
[i].type == SYM) {
in setup_path()
90
if (symlink(
pathdat
[i].contents,
pathdat
[i].name) == -1) {
in setup_path()
92
pathdat
[i].name);
in setup_path()
100
if ((fd = open(
pathdat
[
in setup_path()
[all...]
H
A
D
tools64.c
30
extern pathdata
pathdat
[];
78
if (
pathdat
[i].type == DIR) {
in setup_path()
79
if (mkdir(
pathdat
[i].name,
pathdat
[i].mode) == -1) {
in setup_path()
81
pathdat
[i].name, i);
in setup_path()
88
} else if (
pathdat
[i].type == SYM) {
in setup_path()
89
if (symlink(
pathdat
[i].contents,
pathdat
[i].name) == -1) {
in setup_path()
91
pathdat
[i].name);
in setup_path()
99
if ((fd = open(
pathdat
[
in setup_path()
[all...]
H
A
D
nftw.c
66
pathdata
pathdat
[] = {
variable
257
npathdats = ARRAY_SIZE(
pathdat
);
in main()
H
A
D
nftw64.c
66
pathdata
pathdat
[] = {
variable
254
npathdats = ARRAY_SIZE(
pathdat
);
in main()
H
A
D
test64.c
32
extern pathdata
pathdat
[];
H
A
D
test.c
32
extern pathdata
pathdat
[];
H
A
D
test_func64.c
30
extern pathdata
pathdat
[];
H
A
D
test_func.c
30
extern pathdata
pathdat
[];
Completed in 7 milliseconds