Home
last modified time | relevance | path

Searched refs:dir3 (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/fs/fs_bind/cloneNS/
H A Dfs_bind_cloneNS06.sh16 mkdir dir1/x dir2 dir3 dir4
22 EXPECT_PASS mount --rbind dir2 dir3
23 EXPECT_PASS mount --make-rslave dir3
24 EXPECT_PASS mount --make-rshared dir3
26 EXPECT_PASS mount --rbind dir3 dir4
33 fs_bind_check dir1/x dir2/x dir3/x dir4/x
37 fs_bind_check dir2/x/a dir3/x/a dir4/x/a
40 fs_bind_check -s dir1/x dir2/x dir3/x dir4/x
43 fs_bind_check -s "$FS_BIND_DISK2" dir2/x/a dir3/x/a dir4/x/a
45 fs_bind_exec_ns mount --rbind "$PWD/$FS_BIND_DISK3" "$PWD/dir3/
[all...]
/third_party/ltp/testcases/kernel/fs/fs_bind/rbind/
H A Dfs_bind_rbind33.sh16 mkdir dir1/x dir2 dir3 dir4
22 EXPECT_PASS mount --rbind dir2 dir3
23 EXPECT_PASS mount --make-rslave dir3
24 EXPECT_PASS mount --make-shared dir3
26 EXPECT_PASS mount --rbind dir3 dir4
31 fs_bind_check dir1/x dir2/x dir3/x dir4/x
35 fs_bind_check dir2/x/a dir3/x/a dir4/x/a
37 EXPECT_PASS mount --rbind "$FS_BIND_DISK3" dir3/x/b
38 fs_bind_check -n dir1/x/b dir3/x/b
39 fs_bind_check -n dir2/x/b dir3/
[all...]
/third_party/ltp/testcases/kernel/fs/fs_bind/bind/
H A Dfs_bind21.sh16 mkdir dir1/x dir2 dir3 dir4
22 EXPECT_PASS mount --bind dir2 dir3
23 EXPECT_PASS mount --make-rslave dir3
24 EXPECT_PASS mount --make-rshared dir3
26 EXPECT_PASS mount --bind dir3 dir4
30 fs_bind_check dir1/x dir2/x dir3/x dir4/x
34 fs_bind_check dir2/x/a dir3/x/a dir4/x/a
36 EXPECT_PASS mount --bind "$FS_BIND_DISK3" dir3/x/b
37 fs_bind_check -n dir1/x/b dir3/x/b
38 fs_bind_check -n dir2/x/b dir3/
[all...]
H A Dfs_bind24.sh15 mkdir dir1/1 dir1/1/2 dir1/1/2/3 dir1/1/2/fs_bind_check dir2 dir3 dir4
22 EXPECT_PASS mount --bind dir1/1/2/3 dir3
29 EXPECT_PASS umount dir3
/third_party/ltp/testcases/kernel/fs/fs-bench/
H A Dcreate-files.c33 char dir3[MAXN]; in main() local
59 sprintf(dir3, "%2.2x", k); in main()
60 makedir(dir3); in main()
61 changedir(dir3); in main()
64 dir2, dir3, l); in main()
/third_party/ltp/testcases/kernel/fs/fs_readonly/
H A Dtest_robind.sh47 DIRS="dir1 dir2-bound dir3-ro"
73 umount dir3-ro
75 tst_resm TWARN "umount dir3-ro failed"
227 mount --bind dir1 dir3-ro
229 tst_brkm TBROK "mount --bind dir1 dir3-ro failed"
234 mount -o remount,ro,bind dir1 dir3-ro
236 tst_brkm TBROK "mount -o remount,ro,bind dir1 dir3-ro failed"
241 testdir dir3-ro $fstype true
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H A Dmain.c249 char dir3[MAXN]; in do_create_file_test() local
281 sprintf(dir3, "%2.2x", k); in do_create_file_test()
282 makedir(dir3); in do_create_file_test()
283 changedir(dir3); in do_create_file_test()
287 dir2, dir3, l); in do_create_file_test()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djquant2.c942 int dir3; /* 3*dir, for advancing inptr & errorptr */ in pass2_fs_dither() local
961 dir3 = -3; in pass2_fs_dither()
967 dir3 = 3; in pass2_fs_dither()
986 cur0 = RIGHT_SHIFT(cur0 + errorptr[dir3 + 0] + 8, 4); in pass2_fs_dither()
987 cur1 = RIGHT_SHIFT(cur1 + errorptr[dir3 + 1] + 8, 4); in pass2_fs_dither()
988 cur2 = RIGHT_SHIFT(cur2 + errorptr[dir3 + 2] + 8, 4); in pass2_fs_dither()
1049 inptr += dir3; /* Advance pixel pointers to next column */ in pass2_fs_dither()
1051 errorptr += dir3; /* advance errorptr to current column */ in pass2_fs_dither()
/third_party/python/Lib/test/
H A Dtest_shutil.py222 dir3 = os.path.join(tmp, 'dir3')
223 for d in dir1, dir2, dir3:
230 os.symlink(dir3, link2)
236 self.assertTrue(os.path.exists(dir3))
264 dir3 = os.path.join(tmp, 'dir3')
265 for d in dir1, dir2, dir3:
272 _winapi.CreateJunction(dir3, link2)
278 self.assertTrue(os.path.exists(dir3))
[all...]

Completed in 9 milliseconds