Searched refs:TDIR (Results 1 – 4 of 4) sorted by relevance
105 #define TDIR "testdir" macro106 #define TDFILE TDIR "/indir"170 RL(rump_sys_mkdir(TDIR, 0777)); in whiteout()180 ATF_REQUIRE_ERRNO(ENOTEMPTY, rump_sys_rmdir(TDIR) == -1); in whiteout()182 RL(rump_sys_rmdir(TDIR)); in whiteout()184 ATF_REQUIRE_ERRNO(ENOENT, rump_sys_stat(TDIR, &sb) == -1); in whiteout()186 RL(rump_sys_mkdir(TDIR, 0777)); in whiteout()187 RL(rump_sys_stat(TDIR, &sb)); in whiteout()
72 TDIR=$TMPDIR/zpool_create_005_pos73 FBASE=$TDIR/file74 log_must $MKDIR $TDIR
77 TDIR="/usr/local/share/zfs"87 TDIR="/usr/share/zfs"100 $TDIR/zfs-tests.sh -vK -s 3GB -T $TAGS
411 TDIR=$STF_SUITE/tests/inheritance412 set -A config_files $(ls $TDIR/config*[1-9]*.cfg)413 set -A state_files $(ls $TDIR/state*.cfg)