Searched defs:recursive (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/linter/scripts/ |
| D | install-ohos-typescript.mjs | 86 fs.rmSync(typescript_dir, {recursive: true, force: true}) property 113 fs.rmSync(node_modules + '/typescript', {recursive: true, force: true}) property 114 fs.cpSync(node_modules + '/ohos-typescript', node_modules + '/typescript', {recursive: true}) property
|
| D | bundle-ts-lib-declarations.mjs | 117 recursive: true, property
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/ |
| D | webpack.config.js | 44 await fs.promises.mkdir(dirPath, {recursive: true}); property
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
| D | mutex.h | 120 explicit Mutex(bool recursive) : Mutex() in Mutex()
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/ |
| D | mutex.h | 119 explicit Mutex(bool recursive) : Mutex() in Mutex()
|
| /arkcompiler/ets_frontend/es2panda/test/parse_command/ |
| D | parse_command.py | 144 def add_directory_to_case_list(case_dir, case_list, extension='js', recursive=True): argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_lower.cpp | 208 BlockNode *MIRLower::LowerIfStmt(IfStmtNode &ifStmt, bool recursive) in LowerIfStmt()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|