HomeSort by relevance Sort by last modified time
    Searched refs:dir3 (Results 1 - 15 of 15) sorted by null

  /external/ltp/testcases/kernel/fs/fs_bind/cloneNS/
child06 31 check dir1/x dir2/x dir3/x dir4/x
36 check "$disk2" dir2/x/a dir3/x/a dir4/x/a
38 mount --rbind "$disk3" dir3/x/b
39 check -n dir1/x/b dir3/x/b
40 check -n dir2/x/b dir3/x/b
41 check dir3/x/b dir4/x/b
46 check -n dir3/x/c dir4/x/c
parent06 32 check dir1/x dir2/x dir3/x dir4/x
36 check dir2/x/a dir3/x/a dir4/x/a
42 check -n dir1/x/b dir3/x/b
43 check -n dir2/x/b dir3/x/b
44 check dir3/x/b dir4/x/b
45 check "$disk3" dir3/x/b
48 check dir1/x/c dir2/x/c dir3/x/c dir4/x/c
test06 49 mkdir dir1/x dir2 dir3 dir4
55 mount --rbind dir2 dir3
56 "${FS_BIND_ROOT}/bin/makedir" slave dir3
57 "${FS_BIND_ROOT}/bin/makedir" -n share dir3
59 mount --rbind dir3 dir4
75 umount dir3/x/b
79 umount dir3
  /external/ltp/testcases/kernel/fs/fs_bind/bind/
test21 47 mkdir dir1/x dir2 dir3 dir4
53 mount --bind dir2 dir3
54 "${FS_BIND_ROOT}/bin/makedir" slave dir3
55 "${FS_BIND_ROOT}/bin/makedir" -n share dir3
57 mount --bind dir3 dir4
62 check dir1/x dir2/x dir3/x dir4/x
66 check dir2/x/a dir3/x/a dir4/x/a
68 mount --bind "$disk3" dir3/x/b
69 check -n dir1/x/b dir3/x/b
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
51 mount --bind dir1/1/2/3 dir3
69 umount dir3
  /external/ltp/testcases/kernel/fs/fs_bind/rbind/
test33 47 mkdir dir1/x dir2 dir3 dir4
53 mount --rbind dir2 dir3
54 "${FS_BIND_ROOT}/bin/makedir" slave dir3
55 "${FS_BIND_ROOT}/bin/makedir" -n share dir3
57 mount --rbind dir3 dir4
62 check dir1/x dir2/x dir3/x dir4/x
66 check dir2/x/a dir3/x/a dir4/x/a
68 mount --rbind "$disk3" dir3/x/b
69 check -n dir1/x/b dir3/x/b
70 check -n dir2/x/b dir3/x/
    [all...]
  /external/ltp/testcases/kernel/fs/fs-bench/
create-files.c 33 char dir3[MAXN]; local
59 sprintf(dir3, "%2.2x", k);
60 makedir(dir3);
61 changedir(dir3);
64 dir2, dir3, l);
  /external/toybox/tests/
rm.test 34 "rm -rf file1.txt file2.txt file3.txt dir1 dir2 dir3 2>/dev/null &&
40 mkdir -p dir1/dir2/dir3 dir1/dir2/dir4
41 touch dir1/file1.txt dir1/dir2/file2.txt dir1/dir2/dir3/file3.txt
mv.test 84 mkdir -p dir1/dir2 dir3
87 "mv dir1/dir2 dir3/new &&
88 [ ! -e dir1/dir2 -a -d dir3/new -a -f dir3/new/file1 ] &&
89 [ -f dir3/new/file2 ] && echo yes" \
  /external/ltp/testcases/kernel/fs/fs_readonly/
test_robind.sh 47 DIRS="dir1 dir2-bound dir3-ro"
73 umount dir3-ro
75 tst_resm TWARN "umount dir3-ro failed"
225 mount --bind dir1 dir3-ro
227 tst_brkm TBROK "mount --bind dir1 dir3-ro failed"
232 mount -o remount,ro,bind dir1 dir3-ro
234 tst_brkm TBROK "mount -o remount,ro,bind dir1 dir3-ro failed"
239 testdir dir3-ro $fstype true
  /build/soong/android/
namespace_test.go 142 "dir3": `
155 `dir3/Android.bp:4:4: "b" depends on undefined module "a"
156 Module "b" is defined in namespace "dir3" which can read these 2 namespaces: ["dir3" "."]
265 "dir3": `
301 imports: ["dir1", "dir2", "dir3"]
456 "dir3": `
469 errors.New(`dir3/Android.bp:5:4: "c" depends on undefined module "a"
470 Module "c" is defined in namespace "dir3" which can read these 3 namespaces: ["dir3" "dir2" "."
    [all...]
  /external/ltp/testcases/kernel/fs/scsi/ltpfs/
main.c 249 char dir3[MAXN]; local
281 sprintf(dir3, "%2.2x", k);
282 makedir(dir3);
283 changedir(dir3);
287 dir2, dir3, l);
  /external/libjpeg-turbo/
jquant2.c 942 int dir3; \/* 3*dir, for advancing inptr & errorptr *\/ local
    [all...]
  /external/python/cpython3/Lib/test/
test_shutil.py 143 dir3 = os.path.join(tmp, 'dir3')
144 for d in dir1, dir2, dir3:
151 os.symlink(dir3, link2)
157 self.assertTrue(os.path.exists(dir3))
    [all...]
  /build/make/core/
java_common.mk 119 # <dir1>::<file1>:<file2> <dir2>::<file1> <dir3>:

Completed in 465 milliseconds