Searched full:mkdir (Results 1 – 25 of 1452) sorted by relevance
12345678910>>...59
/third_party/toybox/tests/ |
D | mkdir.test | 7 testing "mkdir" "mkdir one && [ -d one ] && echo yes" "yes\n" "" "" 12 "mkdir existing 2> /dev/null || [ -f existing ] && echo yes" "yes\n" "" "" 16 "mkdir one two && [ -d one ] && [ -d two ] && echo yes" "yes\n" "" "" 20 "mkdir missing/one 2> /dev/null || [ ! -d missing ] && echo yes" "yes\n" "" "" 23 "mkdir -p one/two/three && [ -d one/two/three ] && echo yes" "yes\n" "" "" 26 mkdir existing 27 testing "-p existing" "mkdir -p existing && echo yes" "yes\n" "" "" 32 "mkdir one && stat -c %a one" "654\n" "" "" 36 "mkdir -m 124 one && stat -c %a one" "124\n" "" "" 41 "mkdir -p -m 653 one/two && stat -c %a one && stat -c %a one/two" \ [all …]
|
D | chmod.test | 23 mkdir dir 36 rm -rf "./$type" && mkdir $type 50 rm -rf dir file && mkdir dir && touch file 55 rm -rf dir file && mkdir dir && touch file 60 rm -rf dir file && mkdir dir && touch file 65 rm -rf dir file && mkdir dir && touch file 69 rm -rf dir file && mkdir dir && touch file 73 rm -rf dir file && mkdir dir && touch file 77 rm -rf dir file && mkdir dir && touch file 81 rm -rf dir file && mkdir dir && touch file [all …]
|
D | mount.test | 26 "mount $root_fs /mnt >/dev/null 2>&1 && mkdir /mnt/testDir && 29 "mount $tmp_b_fs /mnt >/dev/null 2>&1 && mkdir /mnt/testDir && 35 "mount $root_fs /mnt >/dev/null 2>&1 && mkdir /mnt/testDir && 38 "mount $tmp_b_fs /mnt >/dev/null 2>&1 && mkdir /mnt/testDir && 43 "mount -w $root_fs /mnt >/dev/null 2>&1 && mkdir /mnt/testDir && 46 "mount -w $tmp_b_fs /mnt >/dev/null 2>&1 && mkdir /mnt/testDir && 50 'mount -rw $tmp_b_fs /mnt >/dev/null && mkdir /mnt/testDir && \ 55 mkdir /mnt/testDir && sleep 1 && umount /mnt && 58 mkdir -p testDir1/testDir2 testDir 69 "mount -o loop $tmp_b_fs /mnt >/dev/null 2>&1 && mkdir /mnt/testDirp && [all …]
|
D | rmdir.test | 7 mkdir one 14 mkdir one two 19 mkdir one two three 25 mkdir one 29 mkdir temp 37 mkdir -p temp/one/two/three 44 mkdir -p one/two/three 48 mkdir -p one/two/three 52 #mkdir -p one/two/three
|
D | cp.test | 21 mkdir two 51 mkdir sub 63 #mkdir dir 72 mkdir dir 85 mkdir -p one/two/three/four 93 mkdir dir2 98 mkdir one; touch one/two; cp one/two one/three 102 mkdir one; touch one/two; ln -s two one/three 116 mkdir -p b/c/d/ 117 mkdir a/
|
/third_party/ltp/testcases/commands/mkdir/ |
D | mkdir_tests.sh | 6 # Basic mkdir tests 16 ROD mkdir "dir" 22 EXPECT_FAIL mkdir "dir" 2\> mkdir.out 24 if grep -q "dir.*File exists" mkdir.out; then 28 cat mkdir.out 34 EXPECT_FAIL mkdir "$LONG_PATH" 2\> mkdir.out 36 if grep -q "$LONG_PATH.*No such file or directory" mkdir.out; then 40 cat mkdir.out 48 EXPECT_PASS mkdir -p "$LONG_PATH"
|
/third_party/skia/modules/canvaskit/ |
D | Makefile | 11 mkdir build 19 mkdir build 27 mkdir build 35 mkdir build 43 mkdir build 51 mkdir build 58 mkdir build 64 mkdir -p ./npm_build/bin 67 mkdir -p ./npm_build/bin/full 78 mkdir -p ./npm_build/bin/profiling [all …]
|
/third_party/python/Lib/test/ |
D | test_zipapp.py | 27 source.mkdir() 36 source.mkdir() 45 source.mkdir() 47 (source / 'foo').mkdir() 48 (source / 'bar').mkdir() 63 source.mkdir() 82 source.mkdir() 85 (source / 'dummy').mkdir() 98 source.mkdir() 108 source.mkdir() [all …]
|
/third_party/node/test/parallel/ |
D | test-fs-mkdir.js | 36 // fs.mkdir creates directory using assigned path 40 fs.mkdir(pathname, common.mustCall(function(err) { 46 // fs.mkdir creates directory with assigned mode value 50 fs.mkdir(pathname, 0o777, common.mustCall(function(err) { 56 // fs.mkdir creates directory with mode passed as an options object 60 …fs.mkdir(pathname, common.mustNotMutateObjectDeep({ mode: 0o777 }), common.mustCall(function(err) { 85 // mkdirSync and mkdir require path to be a string, buffer or url. 89 () => fs.mkdir(i, common.mustNotCall()), 148 message: /EEXIST: .*mkdir/, 150 syscall: 'mkdir', [all …]
|
D | test-fs-promises.js | 20 mkdir, 351 await mkdir(newDir); 371 // `mkdir` when options is number. 374 await mkdir(dir, 777); 379 // `mkdir` when options is string. 382 await mkdir(dir, '777'); 390 await mkdir(dir, { recursive: true }); 398 await mkdir(path.dirname(dir)); 401 mkdir(dir, { recursive: true }), 404 message: /EEXIST: .*mkdir/, [all …]
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
D | install.bat | 12 mkdir zip 14 mkdir lib 15 mkdir docs 17 mkdir Images 19 mkdir Screenshots 21 mkdir Tutorial 22 mkdir Views 24 mkdir Reports
|
/third_party/libcoap/win32/install/ |
D | install.vcxproj | 174 <Command>if not exist "$(OutDir)$(LibCoAPIncludeDir)" mkdir "$(OutDir)$(LibCoAPIncludeDir)" 176 if not exist "$(OutDir)bin" mkdir "$(OutDir)bin" 178 if not exist "$(OutDir)lib" mkdir "$(OutDir)lib" 186 <Command>if not exist "$(OutDir)$(LibCoAPIncludeDir)" mkdir "$(OutDir)$(LibCoAPIncludeDir)" 188 if not exist "$(OutDir)bin" mkdir "$(OutDir)bin" 190 if not exist "$(OutDir)lib" mkdir "$(OutDir)lib" 198 <Command>if not exist "$(OutDir)$(LibCoAPIncludeDir)" mkdir "$(OutDir)$(LibCoAPIncludeDir)" 200 if not exist "$(OutDir)bin" mkdir "$(OutDir)bin" 202 if not exist "$(OutDir)lib" mkdir "$(OutDir)lib" 210 <Command>if not exist "$(OutDir)$(LibCoAPIncludeDir)" mkdir "$(OutDir)$(LibCoAPIncludeDir)" [all …]
|
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/ |
D | run_cpuctl_test_fj.sh | 49 mkdir -p "$CPUCTL" || return 1 152 mkdir $CPUCTL/tmp 178 mkdir $CPUCTL/tmp 184 mkdir $CPUCTL/tmp/tmp1 210 mkdir $CPUCTL/tmp 232 mkdir $CPUCTL/tmp 270 mkdir $CPUCTL/tmp 298 mkdir $CPUCTL/tmp 326 mkdir $CPUCTL/tmp 354 mkdir $CPUCTL/tmp [all …]
|
/third_party/node/deps/npm/node_modules/mkdirp/ |
D | readme.markdown | 3 Like `mkdir -p`, but in Node.js! 61 `opts.fs`. Your implementation should have `opts.fs.mkdir(path, opts, cb)` 64 You can also override just one or the other of `mkdir` and `stat` by 65 passing in `opts.stat` or `opts.mkdir`, or providing an `fs` option that 91 when the native implementation is not available or the stat/mkdir 97 when the native implementation is available and stat/mkdir are not 102 On Node.js v10.12.0 and above, use the native `fs.mkdir(p, 103 {recursive:true})` option, unless `fs.mkdir`/`fs.mkdirSync` has been 113 - Call `fs.mkdir(path, { recursive: true })` (or `fs.mkdirSync`) 119 - Call underlying `fs.mkdir` implementation, with `recursive: false` [all …]
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | mkdir.c | 1 /* mkdir.c - Make directories 5 * See http://opengroup.org/onlinepubs/9699919799/utilities/mkdir.html 7 USE_MKDIR(NEWTOY(mkdir, "<1"USE_MKDIR_Z("Z:")"vp(parent)(parents)m:", TOYFLAG_BIN|TOYFLAG_UMASK)) 9 config MKDIR 10 bool "mkdir" 13 usage: mkdir [-vp] [-m mode] [dirname...] 24 depends on MKDIR && !TOYBOX_LSM_NONE
|
/third_party/toybox/toys/posix/ |
D | mkdir.c | 1 /* mkdir.c - Make directories 5 * See http://opengroup.org/onlinepubs/9699919799/utilities/mkdir.html 7 USE_MKDIR(NEWTOY(mkdir, "<1"USE_MKDIR_Z("Z:")"vp(parent)(parents)m:", TOYFLAG_BIN|TOYFLAG_UMASK)) 9 config MKDIR 10 bool "mkdir" 13 usage: mkdir [-vp] [-m MODE] [DIR...] 24 depends on MKDIR && !TOYBOX_LSM_NONE
|
/third_party/skia/modules/pathkit/ |
D | Makefile | 5 mkdir -p ./npm-wasm/bin 6 mkdir -p ./npm-asmjs/bin 55 mkdir -p ./npm-wasm/bin/test 56 mkdir -p ./npm-asmjs/bin/test 57 mkdir -p $$SKIA_ROOT/out/dockerbuild 87 mkdir -p ./npm-wasm/bin/test 88 mkdir -p ./npm-asmjs/bin/test 99 mkdir -p ./npm-wasm/bin/debug 100 mkdir -p ./npm-asmjs/bin/debug 117 mkdir -p node_modules [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/ |
D | Makefile | 11 MKDIR = mkdir -p macro 78 $(QUIET)$(MKDIR) $(VULKAN) 82 $(QUIET)$(MKDIR) $(VULKAN) 86 $(QUIET)$(MKDIR) $(VULKAN_VIDEO_CODECS_STD_H) 90 $(QUIET)$(MKDIR) $(VULKAN_VIDEO_CODECS_STD_H) 94 $(QUIET)$(MKDIR) $(VULKAN_VIDEO_CODECS_STD_H) 98 $(QUIET)$(MKDIR) $(VULKAN_VIDEO_CODECS_STD_H) 102 $(QUIET)$(MKDIR) $(VULKAN_VIDEO_CODECS_STD_H) 106 $(QUIET)$(MKDIR) $(VULKAN_VIDEO_CODECS_STD_H) 110 $(QUIET)$(MKDIR) $(VULKAN_VIDEO_CODECS_STD_H) [all …]
|
/third_party/musl/scripts/ |
D | run_libcgtest_windows.bat | 13 hdc_std shell mkdir "data/tmp" 15 hdc_std shell mkdir %REMOTE_ROOT% 16 hdc_std shell mkdir %REMOTE% 17 hdc_std shell mkdir %RPATH_TEST_DIR% 18 hdc_std shell mkdir %NS_LIB_ONE_DIR% 19 hdc_std shell mkdir %NS_LIB_TWO_DIR% 20 hdc_std shell mkdir %NS_LIB_TWO_IMPL_DIR%
|
D | run_libcgtest_linux.sh | 15 ${CMD} shell mkdir data/tmp 17 ${CMD} shell mkdir ${REMOTE_ROOT} 18 ${CMD} shell mkdir ${REMOTE} 19 ${CMD} shell mkdir ${RPATH_TEST_DIR} 20 ${CMD} shell mkdir ${NS_LIB_ONE_DIR} 21 ${CMD} shell mkdir ${NS_LIB_TWO_DIR} 22 ${CMD} shell mkdir ${NS_LIB_TWO_IMPL_DIR}
|
D | runtest_Windows.bat | 61 echo now mkdir... 63 hdc shell mkdir /data/tests 64 hdc shell mkdir %REMOTE% 67 hdc shell mkdir /tmp 68 hdc shell mkdir /dev/shm 69 echo Mkdir done. 86 hdc shell mkdir %REMOTE%/src/A 87 hdc shell mkdir %REMOTE%/src/B 88 hdc shell mkdir %REMOTE%/src/C 89 hdc shell mkdir %REMOTE%/src/D [all …]
|
/third_party/libwebsockets/ |
D | .sai.json | 9 …"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/u… 12 …"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/u… 15 …"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/u… 18 …"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/u… 21 …"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/u… 24 …"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/u… 28 …"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/u… 31 …"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/u… 34 …"build": "rm -rf build destdir ; mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LI… 37 …"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/u… [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | moduleResolutionWithSymlinks.js | 25 mkdir src; cd src 26 mkdir library-a 29 mkdir library-b; cd library-b 31 mkdir node_modules; cd node_modules 70 mkdir src; cd src 71 mkdir library-a 74 mkdir library-b; cd library-b 76 mkdir node_modules; cd node_modules
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
D | ltpfsio.sh | 66 mkdir /test >/dev/null 2>&1 67 mkdir /test/growfiles >/dev/null 2>&1 68 mkdir /test/growfiles/ext2 >/dev/null 2>&1 69 mkdir /test/growfiles/msdos >/dev/null 2>&1 70 mkdir /test/growfiles/reiser >/dev/null 2>&1 71 mkdir /test/growfiles/minix >/dev/null 2>&1 72 mkdir /test/growfiles/xfs >/dev/null 2>&1 73 mkdir /test/growfiles/nfs >/dev/null 2>&1 74 mkdir /test/growfiles/jfs >/dev/null 2>&1 75 mkdir /test/growfiles/ext3 >/dev/null 2>&1
|
/third_party/icu/tools/multi/proj/icu4cscan/ |
D | Makefile | 51 -mkdir $(BLD) 54 -mkdir $(XML) 57 -mkdir $(JXML) 60 -mkdir $(JXML) 101 -mkdir $(COOKED) 105 mkdir dtdcache 110 mkdir dtdcache 115 mkdir dtdcache 124 mkdir dtdcache 126 # mkdir dtdtmp
|
12345678910>>...59