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_DEVICE
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ltp/testcases/commands/mkswap/
H
A
D
mkswap01.sh
23
real_size=`blockdev --getsize64 $
TST_DEVICE
`
110
local mkswap_cmd="mkswap $mkswap_op $op_arg $
TST_DEVICE
$size"
125
udevadm trigger --name-match=$
TST_DEVICE
126
udevadm settle --exit-if-exists==$
TST_DEVICE
142
1) mkswap_test "" "" "$
TST_DEVICE
";;
143
2) mkswap_test "" "" "$
TST_DEVICE
" "$((DEVICE_SIZE-PAGE_SIZE/1024))";;
144
3) mkswap_test "-f" "" "$
TST_DEVICE
" "$((DEVICE_SIZE+PAGE_SIZE/1024))";;
145
4) mkswap_test "-c" "" "$
TST_DEVICE
";;
146
5) mkswap_test "-p" "2048" "$
TST_DEVICE
";;
148
7) mkswap_test "-v1" "" "$
TST_DEVICE
";;
[all...]
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
H
A
D
evm_overlay.sh
28
device_backup="$
TST_DEVICE
"
29
TST_DEVICE
="overlay"
86
TST_DEVICE
="$device_backup"
/third_party/ltp/testcases/commands/df/
H
A
D
df01.sh
89
grep $
TST_DEVICE
output | grep -q "${total}.*${used}"
132
df_test "df -v $
TST_DEVICE
"
178
grep $
TST_DEVICE
output | grep -q $TST_MNTPOINT
/third_party/ltp/testcases/commands/mkfs/
H
A
D
mkfs01.sh
151
mkfs_test "" "$TST_FS_TYPE" "" "$
TST_DEVICE
"
156
mkfs_test "" "$TST_FS_TYPE" "" "$
TST_DEVICE
" "16000"
161
mkfs_test "" "$TST_FS_TYPE" "-c" "$
TST_DEVICE
"
/third_party/ltp/testcases/lib/
H
A
D
tst_test.sh
50
if ! tst_device release "$
TST_DEVICE
"; then
51
tst_res TWARN "Failed to release device '$
TST_DEVICE
'"
298
local cmd="mount $mnt_opt $
TST_DEVICE
$TST_MNTPOINT $TST_MNT_PARAMS"
364
opts="$
TST_DEVICE
"
628
tst_device clear "$
TST_DEVICE
"
629
tst_mkfs $TST_FS_TYPE $TST_DEV_FS_OPTS $
TST_DEVICE
$TST_DEV_EXTRA_OPTS
744
TST_DEVICE
=$(tst_device acquire)
746
if [ ! -b "$
TST_DEVICE
" -o $? -ne 0 ]; then
747
unset
TST_DEVICE
/third_party/ltp/lib/newlib_tests/shell/
H
A
D
tst_format_device.sh
20
EXPECT_PASS "df $
TST_DEVICE
| grep -q /dev"
Completed in 2 milliseconds