Home
last modified time | relevance | path

Searched refs:TCtmp (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/fs/fs_di/
H A Dfs_di55 TCtmp=${TCtmp:=$TMPDIR/$TC$$}
96 rm -rf $TCtmp
98 rm -f $TCtmp/testfile*
171 mkdir -p $TCtmp || end_testcase "Could not create $TCtmp"
172 chmod 777 $TCtmp
199 create_datafile $SIZE $TCtmp/testfile >/dev/null
227 cp $TCtmp/testfile ${TESTFS}/${FILEPATH}
228 cmp $TCtmp/testfil
[all...]
/third_party/ltp/testcases/lib/
H A Dcmdlib.sh41 TCtmp=${TCtmp:=}
44 [ -d "$TCtmp" ] && rm -rf "$TCtmp"
67 TCtmp=${TCtmp:=$TEMPDIR/$TC$$}
69 if [ -n "$TCtmp" -a "$TCtmp" != "$TEMPDIR/$$" ] ; then
70 test -d "$TCtmp" || mkdir -p "$TCtmp"
[all...]

Completed in 2 milliseconds