HomeSort by relevance Sort by last modified time
    Searched refs:dir3 (Results 1 - 18 of 18) 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...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-vxworks/
rpath-1.d 2 # ld: --entry foo --rpath /dir1 --rpath /dir2 --rpath net:/dir4 --rpath /dir2 --rpath /dir1 --rpath /dir3 --force-dynamic -q
5 0x0+f \(RPATH\).*Library rpath: \[/dir1;/dir2;net:/dir4;/dir3\]
  /external/toybox/tests/
tar.test 41 mkdir -p dir/dir1 dir/dir2 dir/dir3 dir/dir4
42 echo "This is testdata" > dir/dir1/file; echo "Dont exclude me" > dir/dir3/file1 ;
43 echo "Exclude me" > dir/dir3/file2 ; echo "YO" > dir/dir4/file1 ; echo "Hello" >dir/dir4/file2; echo "Dont" > dir/dir2/file1
44 echo -ne "dir/dir4\ndir/dir3/file2\n" > exclude_file
45 testing "create with files excluded : -X" "tar -czf dir.tgz dir/ -X exclude_file ; rm -rf dir ; tar -tf dir.tgz | sort; rm -rf dir.tgz " "dir/\ndir/dir1/\ndir/dir1/file\ndir/dir2/\ndir/dir2/file1\ndir/dir3/\ndir/dir3/file1\n" "" ""
49 mkdir dir/dir1 -p ; mkdir dir/dir2 ; mkdir dir/dir3 ; mkdir dir/dir4
51 echo "Dont exclude me" > dir/dir3/file1 ; echo "Exclude me" > dir/dir3/file2 ; echo "YO" > dir/dir4/file1 ; echo "Hello" >dir/dir4/file2; echo "Dont" > dir/dir2/file1
52 testing "with pattern --exclude" "tar --exclude=dir/dir3/* -czf dir.tgz dir/ ; rm -rf dir ; tar -tf dir.tgz | sort; rm -rf dir.tgz " "dir/\ndir/dir1/\ndir/ (…)
    [all...]
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-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/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
  /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);
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserDataPreparerTest.java 206 File dir3 = new File(testDir, "3"); local
207 dir3.mkdirs();
211 Arrays.asList(dir1, dir2, dir3));
  /external/libjpeg-turbo/
jquant2.c 943 int dir3; \/* 3*dir, for advancing inptr & errorptr *\/ local
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/file/
Files2Test.java 588 // ? ??? dir2 ? dir3-file1 - file3
592 // With follow link it should be able to traverse to dir3 and file1 when started from file2.
598 Path dir3 = filesSetup.getPathInTestDir("root/dir1/dir2/dir3"); local
599 Path file1 = filesSetup.getPathInTestDir("root/dir1/dir2/dir3/file1");
602 Files.createDirectories(dir3);
615 expectedDirMap.put(dir3.getFileName(), VisitOption.POST_VISIT_DIRECTORY);
628 // ? ? ??? dir3
640 Path dir3 = filesSetup.getPathInTestDir("root/dir1/dir2/dir3"); local
746 Path dir3 = filesSetup.getPathInTestDir("root\/dir1\/dir2\/dir3"); local
841 Path dir3 = Paths.get(filesSetup.getTestDir(), "root\/dir1\/dir2\/dir3"); local
1357 Path dir3 = Paths.get(filesSetup.getTestDir(), "root\/dir1\/dir2\/dir3"); local
1450 Path dir3 = Paths.get(filesSetup.getTestDir(), "root\/dir1\/dir2\/dir3"); local
    [all...]
  /build/make/core/
java_common.mk 84 # <dir1>::<file1>:<file2> <dir2>::<file1> <dir3>:
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem_test.py     [all...]

Completed in 436 milliseconds