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_MNTPOINT
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
H
A
D
evm_overlay.sh
22
lower="$
TST_MNTPOINT
/lower"
23
upper="$
TST_MNTPOINT
/upper"
24
work="$
TST_MNTPOINT
/work"
25
merged="$
TST_MNTPOINT
/merged"
34
mntpoint_backup="$
TST_MNTPOINT
"
35
TST_MNTPOINT
="$PWD/$merged"
75
for f in $(find $
TST_MNTPOINT
-type f); do
84
tst_umount $
TST_MNTPOINT
88
TST_MNTPOINT
="$mntpoint_backup"
H
A
D
ima_setup.sh
180
cd "$
TST_MNTPOINT
"
/third_party/ltp/testcases/commands/df/
H
A
D
df01.sh
18
DF_FS_TYPE="$(grep -E "$
TST_MNTPOINT
($TST_FS_TYPE|fuseblk)" /proc/mounts | awk 'NR==1{print $3}')"
36
ROD_SILENT dd if=/dev/zero of=$
TST_MNTPOINT
/testimg bs=1024 count=1024
47
ROD_SILENT rm -rf $
TST_MNTPOINT
/testimg
51
tst_fsfreeze $
TST_MNTPOINT
77
local total=$(stat -f $
TST_MNTPOINT
--printf=%c)
78
local free=$(stat -f $
TST_MNTPOINT
--printf=%d)
81
local total=$(stat -f $
TST_MNTPOINT
--printf=%b)
82
local free=$(stat -f $
TST_MNTPOINT
--printf=%f)
84
local bsize=$(stat -f $
TST_MNTPOINT
--printf=%s)
178
grep $TST_DEVICE output | grep -q $
TST_MNTPOINT
[all...]
/third_party/ltp/lib/newlib_tests/shell/
H
A
D
tst_skip_filesystems.sh
14
EXPECT_PASS "cd $
TST_MNTPOINT
"
19
EXPECT_PASS "grep '$
TST_MNTPOINT
$TST_FS_TYPE' /proc/mounts"
26
fs=$(grep "$
TST_MNTPOINT
$TST_FS_TYPE" /proc/mounts | cut -d ' ' -f3)
H
A
D
tst_mount_device.sh
13
EXPECT_PASS "cd $
TST_MNTPOINT
"
18
EXPECT_PASS "grep '$
TST_MNTPOINT
$TST_FS_TYPE' /proc/mounts"
H
A
D
tst_mount_device_tmpfs.sh
12
EXPECT_PASS "cd $
TST_MNTPOINT
"
H
A
D
tst_all_filesystems.sh
18
EXPECT_PASS "grep -E '$
TST_MNTPOINT
($TST_FS_TYPE|fuseblk)' /proc/mounts"
/third_party/ltp/testcases/lib/
H
A
D
tst_test.sh
298
local cmd="mount $mnt_opt $TST_DEVICE $
TST_MNTPOINT
$TST_MNT_PARAMS"
300
ROD_SILENT mkdir -p $
TST_MNTPOINT
316
local mntpoint="${1:-$
TST_MNTPOINT
}"
767
TST_MNTPOINT
="${
TST_MNTPOINT
:-$PWD/mntpoint}"
/third_party/ltp/testcases/commands/mkfs/
H
A
D
mkfs01.sh
58
local blocknum=`df -P -B 1k $
TST_MNTPOINT
| tail -n1 | awk '{print $2}'`
/third_party/ltp/testcases/network/nfs/nfs_stress/
H
A
D
nfs_lib.sh
74
echo "$
TST_MNTPOINT
/$v/$n"
Completed in 3 milliseconds