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:TST_DATAROOT
(Results
1 - 11
of
11
) sorted by relevance
/third_party/ltp/testcases/commands/ar/
H
A
D
ar01.sh
25
ROD $AR -cr"$MOD" lib.a $
TST_DATAROOT
/file1.in $
TST_DATAROOT
/file3.in
26
ROD $AR -ra"$MOD" file1.in lib.a $
TST_DATAROOT
/file2.in
43
ROD $AR -cr"$MOD" lib.a $
TST_DATAROOT
/file1.in $
TST_DATAROOT
/file2.in \
44
$
TST_DATAROOT
/file3.in $
TST_DATAROOT
/file4.in
62
ROD $AR -cr"$MOD" lib.a $
TST_DATAROOT
/file1.in $
TST_DATAROOT
/file3.in
63
ROD $AR -rb"$MOD" file3.in lib.a $
TST_DATAROOT
/file
[all...]
/third_party/ltp/testcases/commands/nm/
H
A
D
nm01.sh
19
ROD cp "$
TST_DATAROOT
/lib.a" "."
21
ROD cp "$
TST_DATAROOT
/lib.a" "dir/"
47
EXPECT_PASS $NM -f posix -g $
TST_DATAROOT
/f1 \> nm.out
59
EXPECT_PASS $NM -f posix -t o $
TST_DATAROOT
/f1 \> nm.out
71
EXPECT_PASS $NM -f sysv $
TST_DATAROOT
/f1 \> nm.out
83
EXPECT_PASS $NM -f bsd $
TST_DATAROOT
/f1 \> nm_bsd.out
84
EXPECT_PASS $NM -f posix $
TST_DATAROOT
/f1 \> nm_posix.out
102
EXPECT_PASS $NM -f sysv -u $
TST_DATAROOT
/f1 \> nm.out
114
EXPECT_PASS $NM -s $
TST_DATAROOT
/lib.a \> nm.out
/third_party/ltp/testcases/kernel/fs/binfmt_misc/
H
A
D
binfmt_misc02.sh
94
"$
TST_DATAROOT
/file.extension" "1";;
96
"$
TST_DATAROOT
/file.magic" "1";;
98
"$
TST_DATAROOT
/file.extension" "1";;
100
"$
TST_DATAROOT
/file.magic" "1";;
102
"$
TST_DATAROOT
/file.extension" "0";;
104
"$
TST_DATAROOT
/file.magic" "0";;
/third_party/ltp/testcases/commands/unzip/
H
A
D
unzip01.sh
23
Archive: $
TST_DATAROOT
/test.zip
64
EXPECT_PASS unzip "$
TST_DATAROOT
/test.zip" \> unzip.out
75
if diff "$
TST_DATAROOT
/dir.out" dir.out; then
/third_party/ltp/testcases/commands/ldd/
H
A
D
ldd01.sh
16
export LD_LIBRARY_PATH="$
TST_DATAROOT
:$LD_LIBRARY_PATH"
17
LDDTESTFILE="$
TST_DATAROOT
/lddfile.out"
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
H
A
D
ima_policy.sh
16
VALID_POLICY="$
TST_DATAROOT
/measure.policy"
19
INVALID_POLICY="$
TST_DATAROOT
/measure.policy-invalid"
H
A
D
ima_setup.sh
172
if [ ! -d "$
TST_DATAROOT
" ]; then
173
TST_DATAROOT
="$LTPROOT/../datafiles/$TST_ID/"
H
A
D
ima_keys.sh
105
local cert_file="$
TST_DATAROOT
/x509_ima.der"
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/
H
A
D
rpc01.sh
41
EXPECT_RHOST_PASS rpc1 -s $(tst_ipaddr) -f $
TST_DATAROOT
/$f
/third_party/ltp/testcases/commands/file/
H
A
D
file01.sh
34
fpath="$
TST_DATAROOT
/$fname"
/third_party/ltp/testcases/commands/ld/
H
A
D
ld01.sh
21
ROD $CC -fPIC -c -o ${i}.o $
TST_DATAROOT
/${i}.c
Completed in 3 milliseconds