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

1 2 3 4 5 6 7 8 910

  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/vend/vendor/vend/dir1/dir2/
dir2.go 1 package dir2 package
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/vend/vendor/vend/dir1/dir2/
dir2.go 1 package dir2 package
  /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"
  /toolchain/binutils/binutils-2.27/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\]
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/vend/x/
x.go 7 import _ "vend/dir1/dir2" // vendored
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/vend/x/
x.go 7 import _ "vend/dir1/dir2" // vendored
  /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...]
  /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
  /frameworks/minikin/doc/
minikin_style.md 8 dir2/foo2.h, order your includes as follows:
10 1. dir2/foo.h
  /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);

Completed in 416 milliseconds

1 2 3 4 5 6 7 8 910