/third_party/node/test/parallel/ |
D | test-fs-rmdir-recursive.js | 17 fs.mkdirSync(dirname, { recursive: true }); property 53 { recursive: true } property 71 fs.rmdir(dir, { recursive: false }, common.mustCall((err) => { property 75 fs.rmdir(dir, { recursive: true }, common.mustSucceed(() => { property 77 fs.rmdir(dir, { recursive: true }, common.mustSucceed(() => { property 116 fs.rmdirSync(dir, { recursive: false }); property 120 fs.rmdirSync(dir, { recursive: true }); property 123 fs.rmdirSync(dir, { recursive: true }); property 136 assert.rejects(fs.promises.rmdir(dir, { recursive: false }), { property 141 await fs.promises.rmdir(dir, { recursive: true }); property [all …]
|
D | test-fs-mkdir.js | 108 fs.mkdirSync(pathname, { recursive: true }); property 119 fs.mkdirSync(pathname, { recursive: true }); property 121 fs.mkdirSync(pathname, { recursive: true }); property 131 fs.mkdirSync(pathname, { recursive: true }); property 145 () => { fs.mkdirSync(pathname, { recursive: true }); }, property 164 () => { fs.mkdirSync(pathname, { recursive: true }); }, property 179 fs.mkdir(pathname, { recursive: true }, common.mustCall(function(err) { property 192 fs.mkdir(pathname, { recursive: true }, common.mustCall((err) => { property 206 fs.mkdir(pathname, { recursive: true }, common.mustCall((err) => { property 226 () => { fs.mkdirSync('X', { recursive: true }); }, property [all …]
|
D | test-fs-rm.js | 17 fs.mkdirSync(dirname, { recursive: true }); property 53 { recursive: true } property 71 fs.rm(dir, { recursive: false }, common.mustCall((err) => { property 75 fs.rm(dir, { recursive: true }, common.mustSucceed(() => { property 106 { recursive: true }, property 115 fs.rm(filePath, { recursive: true }, common.mustCall((err) => { property 135 fs.rmSync(dir, { recursive: false }); property 140 fs.rmSync(path.join(tmpdir.path, 'noexist.txt'), { recursive: true }); property 152 fs.rmSync(filePath, { recursive: true }); property 158 fs.rmSync(dir, { recursive: true }); property [all …]
|
D | test-fs-promises.js | 356 await mkdir(dir, { recursive: true }); property 367 mkdir(dir, { recursive: true }), property 384 mkdir(dir, { recursive: true }), property 397 await mkdir(dir, { recursive: true }); property 405 await mkdir(dir, { recursive: true }); property 417 async () => mkdir(dir, { recursive }), field
|
D | test-fs-mkdir-recursive-eaccess.js | 50 fs.mkdirSync(path.join(dir, '/foo'), { recursive: true }); property 65 fs.mkdir(path.join(dir, '/bar'), { recursive: true }, (err) => { property
|
D | test-fs-watch-recursive.js | 22 assert.throws(() => { fs.watch(testDir, { recursive: true }); }, property 26 const watcher = fs.watch(testDir, { recursive: true }); property
|
D | test-fs-watch-close-when-destroyed.js | 19 const watcher = fs.watch(root, { persistent: false, recursive: false }); property
|
D | test-fs-symlink-longpath.js | 12 fs.mkdirSync(longPath, { recursive: true }); property
|
/third_party/gn/src/base/files/ |
D | file_enumerator_win.cc | 65 bool recursive, in FileEnumerator() 74 bool recursive, in FileEnumerator() 84 bool recursive, in FileEnumerator()
|
D | file_enumerator_posix.cc | 59 bool recursive, in FileEnumerator() 68 bool recursive, in FileEnumerator() 78 bool recursive, in FileEnumerator()
|
/third_party/cef/tools/yapf/yapf/yapflib/ |
D | file_resources.py | 74 def GetCommandLineFiles(command_line_file_list, recursive, exclude): argument 115 def _FindPythonFiles(filenames, recursive, exclude): argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Mutex.cpp | 26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl() 44 MutexImpl::MutexImpl( bool recursive) in MutexImpl()
|
/third_party/typescript/tests/cases/compiler/ |
D | returnInfiniteIntersection.ts | 1 function recursive() { function
|
/third_party/typescript/tests/baselines/reference/ |
D | returnInfiniteIntersection.js | 2 function recursive() { function
|
/third_party/pulseaudio/src/pulsecore/ |
D | mutex-win32.c | 39 pa_mutex* pa_mutex_new(bool recursive, bool inherit_priority) { in pa_mutex_new() 134 pa_mutex* pa_static_mutex_get(pa_static_mutex *s, bool recursive, bool inherit_priority) { in pa_static_mutex_get()
|
D | mutex-posix.c | 42 pa_mutex* pa_mutex_new(bool recursive, bool inherit_priority) { in pa_mutex_new() 147 pa_mutex* pa_static_mutex_get(pa_static_mutex *s, bool recursive, bool inherit_priority) { in pa_static_mutex_get()
|
/third_party/python/Lib/ |
D | glob.py | 13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False): argument 26 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False): argument 53 def _iglob(pathname, root_dir, dir_fd, recursive, dironly): argument
|
/third_party/typescript/lib/ |
D | watchGuard.js | 24 var watcher = fs.watch(directoryName, { recursive: true }, function () { return ({}); }); property
|
/third_party/node/benchmark/ |
D | run.js | 41 (function recursive(i) { function
|
D | scatter.js | 37 (function recursive(i) { function
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/ |
D | image_folder_node.cc | 36 bool recursive, std::set<std::string> extensions, in ImageFolderNode() 146 bool recursive = json_obj["recursive"]; in from_json() local
|
/third_party/node/benchmark/fs/ |
D | bench-mkdirp.js | 19 fs.mkdir(pathname, { recursive: true }, (err) => { property
|
/third_party/node/test/addons/load-long-path/ |
D | test.js | 45 fs.mkdirSync(addonDestinationDir, { recursive: true }); property
|
/third_party/protobuf/src/google/protobuf/ |
D | unittest_mset.proto | 56 optional proto2_wireformat_unittest.TestMessageSet recursive = 16; field
|
/third_party/node/benchmark/process/ |
D | coverage.js | 28 rmSync(coverageDir, { recursive: true, force: true }); property
|