HomeSort by relevance Sort by last modified time
    Searched refs:dir2 (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/ltp/testcases/kernel/fs/fs_bind/cloneNS/
parent01 32 mount --bind "$disk2" dir2/a
33 check dir1/a dir2/a
39 check "$disk3" dir1/b dir2/b
40 echo dir2/b
41 ls dir2/b
parent02 33 check dir1/a dir2/a
35 mount --bind "$disk3" dir2/b
36 check -n dir1/b dir2/b
41 check "$disk2" dir1/a dir2/a
42 check "$disk4" dir1/c dir2/c
child01 30 check "$disk2" dir1/a dir2/a
32 check dir1/b dir2/b
child02 31 check "$disk2" dir1/a dir2/a
36 check dir1/c dir2/c
38 umount dir2/a
39 check -n dir1/a dir2/a
parent06 32 check dir1/x dir2/x dir3/x dir4/x
34 mount --rbind "$disk2" dir2/x/a
35 check -n dir1/x/a dir2/x/a
36 check dir2/x/a dir3/x/a dir4/x/a
43 check -n dir2/x/b dir3/x/b
48 check dir1/x/c dir2/x/c dir3/x/c dir4/x/c
child06 31 check dir1/x dir2/x dir3/x dir4/x
35 check -n dir1/x/a dir2/x/a
36 check "$disk2" dir2/x/a dir3/x/a dir4/x/a
40 check -n dir2/x/b dir3/x/b
45 check -n dir2/x/c dir4/x/c
test02 50 mkdir dir2
51 mount --bind dir1 dir2
52 "${FS_BIND_ROOT}/bin/makedir" slave dir2
67 umount dir2/b
69 umount dir2
test06 49 mkdir dir1/x dir2 dir3 dir4
51 mount --rbind dir1 dir2
52 "${FS_BIND_ROOT}/bin/makedir" slave dir2
53 "${FS_BIND_ROOT}/bin/makedir" -n share dir2
55 mount --rbind dir2 dir3
76 umount dir2/x/a
80 umount dir2
test01 47 "${FS_BIND_ROOT}/bin/makedir" share dir2
52 mount --bind dir1 dir2
67 umount dir2/b
71 umount dir2
  /external/ltp/testcases/kernel/fs/fs_bind/bin/
check_prop 41 for dir2 in "$@"
45 echo "Checking \"$dir1\" \"$dir2\""
46 diff -r "$dir1" "$dir2" 2> /dev/null
61 dir1="$dir2"
  /external/ltp/testcases/kernel/fs/fs_bind/regression/
test02 45 mkdir dir2
48 mount --rbind dir1 dir2
50 check dir1/a dir2/a
63 umount dir2/a
64 umount dir2
test03 45 mkdir dir2
48 mount --move dir1 dir2
50 check dir2/a "$disk2"
62 umount dir2/a
63 umount dir2
  /external/toybox/tests/
rm.test 24 mkdir dir1 dir2
26 "rm -r file1.txt file2.txt dir1 dir2 2>/dev/null &&
27 [ ! -e file1.txt -a ! -e file2.txt -a ! -d dir1 -a ! -d dir2 ] && echo 'yes'" \
32 mkdir dir1 dir2
34 "rm -rf file1.txt file2.txt file3.txt dir1 dir2 dir3 2>/dev/null &&
35 [ ! -e file1.txt -a ! -e file2.txt -a ! -d dir1 -a ! -d dir2 ] && echo 'yes'" \
40 mkdir -p dir1/dir2/dir3 dir1/dir2/dir4
41 touch dir1/file1.txt dir1/dir2/file2.txt dir1/dir2/dir3/file3.tx
    [all...]
mv.test 34 mkdir dir1 dir2
38 "mv file1 file2 link1 dir1 dir2 &&
40 [ -f dir2/file1 -a -f dir2/file2 -a -L dir2/link1 -a -d dir2/dir1 ] &&
41 [ -f dir2/dir1/file3 ] && readlink dir2/link1" \
84 mkdir -p dir1/dir2 dir3
85 touch dir1/dir2/file1 dir1/dir2/file
    [all...]
  /external/ltp/testcases/kernel/fs/fs_bind/bind/
test21 47 mkdir dir1/x dir2 dir3 dir4
49 mount --bind dir1 dir2
50 "${FS_BIND_ROOT}/bin/makedir" slave dir2
51 "${FS_BIND_ROOT}/bin/makedir" -n share dir2
53 mount --bind dir2 dir3
62 check dir1/x dir2/x dir3/x dir4/x
64 mount --bind "$disk2" dir2/x/a
65 check -n dir1/x/a dir2/x/a
66 check dir2/x/a dir3/x/a dir4/x/a
70 check -n dir2/x/b dir3/x/
    [all...]
test24 44 mkdir dir1/1 dir1/1/2 dir1/1/2/3 dir1/1/2/check dir2 dir3 dir4
47 mount --bind dir1/1/2 dir2
54 mount --bind dir4 dir2/check
68 umount dir2/check
70 umount dir2
  /external/ltp/testcases/kernel/fs/fs_bind/rbind/
test33 47 mkdir dir1/x dir2 dir3 dir4
49 mount --rbind dir1 dir2
50 "${FS_BIND_ROOT}/bin/makedir" slave dir2
51 "${FS_BIND_ROOT}/bin/makedir" -n share dir2
53 mount --rbind dir2 dir3
62 check dir1/x dir2/x dir3/x dir4/x
64 mount --rbind "$disk2" dir2/x/a
65 check -n dir1/x/a dir2/x/a
66 check dir2/x/a dir3/x/a dir4/x/a
70 check -n dir2/x/b dir3/x/
    [all...]
  /build/kati/
pathutil_test.go 337 cmd: `find testdir -name dir2 -prune -o -name file1`,
340 ops: []findOp{findOpOr{findOpAnd([]findOp{findOpName("dir2"), findOpPrune{}}), findOpName("file1")}, findOpPrint{}},
422 fs.add(fs.file, "testdir/dir2/file1")
423 fs.add(fs.file, "testdir/dir2/file2")
424 fs.symlink("testdir/dir2/link1", file1)
425 fs.symlink("testdir/dir2/link2", dir1)
426 fs.symlink("testdir/dir2/link3", fs.notfound())
441 want: `testdir testdir/file1 testdir/file2 testdir/dir1 testdir/dir1/file1 testdir/dir1/file2 testdir/dir2 testdir/dir2/file1 testdir/dir2/file2 testdir/dir2/link1 testdir/dir2/link2 testdir/dir2/link3`
    [all...]
  /build/kati/testcase/
ninja_regen_find_link.sh 40 mkdir -p dir1 dir2 linkdir/d
41 touch dir1/file1 dir2/file2
50 ln -s ../../dir2 linkdir/d/link
  /external/ltp/testcases/kernel/fs/fs-bench/
create-files.c 32 char dir2[MAXN]; local
55 sprintf(dir2, "%2.2x", j);
56 makedir(dir2);
57 changedir(dir2);
64 dir2, dir3, l);
  /external/ltp/testcases/kernel/fs/fs_inod/
fs_inod 155 echo "$0: creating dir2 subdirectories"
156 [ -d dir2 ] || { \
157 mkdir -p dir2 || end_testcase "mkdir dir2 failed"
159 cd dir2 || err_log "cd dir2 FAILED"
160 make_subdirs || err_log "make_subdirs on dir2 FAILED"
190 echo "$0: cd ../dir2 & creating files"
191 cd ../dir2
196 echo "$0: cd ../dir2 & removing files
    [all...]
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_directory/
is_directory.pass.cpp 81 const path dir2 = env.create_dir("dir/dir2"); local
85 TEST_CHECK(is_directory(dir2, ec) == false);
88 TEST_CHECK_THROW(filesystem_error, is_directory(dir2));
  /external/ltp/testcases/network/nfs/nfs_stress/
nfs03 60 tst_res TINFO "creating dir2 subdirectories & files"
61 ROD mkdir -p dir2
62 cd dir2
72 tst_res TINFO "cd dir2 & removing files"
73 cd ../dir2
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/
is_empty.pass.cpp 70 const path dir2 = env.create_dir("dir/dir2"); local
74 TEST_CHECK(is_empty(dir2, ec) == false);
77 TEST_CHECK_THROW(filesystem_error, is_empty(dir2));
  /external/ltp/testcases/kernel/fs/mongo/
mongo.pl 232 my ($phase_num, $phase_name, $cmd, $dir1, $dir2, $flag, $processes) = @_ ;
262 $com .= "$cmd $dir1-$i-$j $dir2-$i-$j";
275 #$com .= " & $cmd $dir2-$i-$j "."-type d -exec mv {} {}.r ';'";
279 $com .= "$cmd $dir1-$i-$j & $cmd $dir2-$i-$j";
282 $com .= "$cmd $dir1-$i-$j ; $cmd $dir2-$i-$j";
402 $dir2 = "$TESTDIR/testdir2";
415 mongo_launcher ( 1, "Create", $cmd_1, $dir1, $dir2, $flag, $p); # phase 1
416 mongo_launcher ( 2, "Copy ", $cmd_2, $dir1, $dir2, $flag, $p); # phase 2
417 mongo_launcher ( 3, "Slinks", $cmd_3, $dir1, $dir2, $flag, $p); # phase 3
418 mongo_launcher ( 4, "Read ", $cmd_4, $dir1, $dir2, $flag, $p); # phase
    [all...]

Completed in 1219 milliseconds

1 2 3