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

12 3 4 5 6 7 8 910

  /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/experimental/filesystem/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 77 tst_resm TINFO "creating dir2 subdirectories & files"
78 ROD mkdir -p dir2
79 cd dir2
89 tst_resm TINFO "cd dir2 & removing files"
90 cd ../dir2
  /external/toybox/tests/
tar.test 41 mkdir -p dir/dir1 dir/dir2 dir/dir3 dir/dir4
43 echo "Exclude me" > dir/dir3/file2 ; echo "YO" > dir/dir4/file1 ; echo "Hello" >dir/dir4/file2; echo "Dont" > dir/dir2/file1
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/dir1/file\ndir/dir2/\ndir/dir2/file1\ndir/dir3/\ndir/dir4/\ndir/dir4/file1\ndir/dir4/file2\n" "" ""
62 mkdir dir/dir1 -p ; mkdir dir/dir2 ; mkdir dir/dir3 ; mkdir dir/dir4 ; mkdir temp_dir
64 echo "dir3/file1" > dir/dir3/file1 ; echo "dir3/file2" > dir/dir3/file2 ; echo "YO" > dir/dir4/file1 ; echo "Hello" >dir/dir4/file2; echo "dir2/file1" > dir/dir2/file
    [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...]
cp.test 87 mkdir dir2
88 testing "-r dir1/* dir2" \
89 "cp -r one/* dir2 && diff -r one dir2 && echo yes" "yes\n" "" ""
90 rm -rf one dir dir2
chgrp.test 19 mkdir -p testdir/dir/dir/dir testdir/dir2 &&
21 ln -s ../dir/dir testdir/dir2/dir &&
22 ln -s ../dir/file testdir/dir2/file || exit 1
26 IN="cd testdir && chgrp -R $GRP dir dir2 &&"
30 # dir dir2 dir/dir dir/file dir/dir/dir dir2/dir dir2/file
43 testing "symlink->file" "$IN chgrp root dir2/file $OUT" \
45 testing "symlink->dir" "$IN chgrp root dir2/dir $OUT" \
47 testing "-h symlink->dir" "$IN chgrp -h root dir2/dir $OUT"
    [all...]
ls.test 12 mkdir -p lstest/dir1 lstest/dir2 || exit 1
31 testing "with -m" "$IN && ls -m; $OUT" "dir1, dir2, file1.txt, file2.txt\n" "" ""
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/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/libcxx/test/std/experimental/filesystem/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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/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/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_directory/
create_directory_with_attributes.pass.cpp 44 const path dir2 = env.create_dir("dir2"); local
47 permissions(dir2, perms::none);
50 TEST_CHECK(fs::create_directory(dir, dir2, ec) == false);
57 TEST_CHECK(fs::create_directory(dir, dir2) == false);
67 const path attr_dir = env.create_dir("dir2");
83 const path dir = env.make_env_path("dir1/dir2");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_directory/
create_directory_with_attributes.pass.cpp 44 const path dir2 = env.create_dir("dir2"); local
47 permissions(dir2, perms::none);
50 TEST_CHECK(fs::create_directory(dir, dir2, ec) == false);
57 TEST_CHECK(fs::create_directory(dir, dir2) == false);
67 const path attr_dir = env.create_dir("dir2");
83 const path dir = env.make_env_path("dir1/dir2");
  /build/kati/testcase/
find_command.mk 26 mkdir testdir/dir2
27 touch testdir/dir2/file1
28 touch testdir/dir2/file2
29 touch testdir/dir2/file3
30 ln -s ../dir1/file1 testdir/dir2/link1
31 ln -s ../../testdir/dir1 testdir/dir2/link2
32 ln -s broken testdir/dir2/link3
94 $(call run_find, find testdir -name dir2 -prune -o -name file1)
115 $(call run_find, build/tools/findleaves.py --prune=dir1 --prune=dir2 testdir file3)
  /build/make/tools/releasetools/
target_files_diff.py 155 def recursiveDiff(prefix, dir1, dir2, out_file):
160 list2 = sorted(os.listdir(dir2))
165 name2 = os.path.join(dir2, entry)
207 name2 = os.path.join(dir2, entry)
218 parser.add_argument('dir2', help='The new target files package (extracted)')
228 recursiveDiff('', args.dir1, args.dir2, out_file)
  /external/ltp/testcases/kernel/fs/fs_readonly/
test_robind.sh 30 # b) mount --bind dir2
47 DIRS="dir1 dir2-bound dir3-ro"
82 umount dir2-bound
84 tst_resm TWARN "umount dir2-bound failed"
218 mount --bind dir1 dir2-bound
220 tst_brkm TBROK "mount --bind dir1 dir2-bound failed"
238 testdir dir2-bound $fstype false
  /prebuilts/go/darwin-x86/src/cmd/asm/
doc.go 25 -I dir1 -I dir2
26 Search for #include files in dir1, dir2, etc,
  /prebuilts/go/linux-x86/src/cmd/asm/
doc.go 25 -I dir1 -I dir2
26 Search for #include files in dir1, dir2, etc,
  /build/soong/android/
namespace_test.go 106 "dir2": `
135 "dir2": `
157 Module "a" can be found in these namespaces: ["dir1" "dir2"]`),
175 "dir2": `
208 "dir2": `
253 "dir2": `
301 imports: ["dir1", "dir2", "dir3"]
335 imports: ["dir2"]
345 "dir2": `
447 "dir2":
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/cfg/
cfg.go 141 // isSameDir reports whether dir1 and dir2 are the same directory.
142 func isSameDir(dir1, dir2 string) bool {
143 if dir1 == dir2 {
147 info2, err2 := os.Stat(dir2)
  /prebuilts/go/linux-x86/src/cmd/go/internal/cfg/
cfg.go 141 // isSameDir reports whether dir1 and dir2 are the same directory.
142 func isSameDir(dir1, dir2 string) bool {
143 if dir1 == dir2 {
147 info2, err2 := os.Stat(dir2)
  /external/ltp/testcases/kernel/fs/scsi/ltpfs/
main.c 248 char dir2[MAXN]; local
273 sprintf(dir2, "%2.2x", j);
275 makedir(dir2);
277 changedir(dir2);
287 dir2, dir3, l);
  /build/blueprint/
context_test.go 317 "dir1/dir2/Blueprints": []byte(`
328 correctVisitOrder := []string{"Blueprints", "dir1/Blueprints", "dir1/dir2/Blueprints"}
348 keys := []string{"Blueprints", "dir1/Blueprints", "dir1/dir2/Blueprints"}
373 "dir1/dir2/Blueprints": []byte(`
381 keys := []string{"Blueprints", "dir1/Blueprints", "dir1/dir2/Blueprints"}
  /prebuilts/go/darwin-x86/src/cmd/link/
doc.go 31 -L dir1 -L dir2
32 Search for imported packages in dir1, dir2, etc,
90 -r dir1:dir2:...

Completed in 719 milliseconds

12 3 4 5 6 7 8 910