Home
last modified time | relevance | path

Searched defs:recursive (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/scripts/
Dinstall-ohos-typescript.mjs86 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
Dbundle-ts-lib-declarations.mjs117 recursive: true, property
/arkcompiler/ets_runtime/tools/ap_file_viewer/
Dwebpack.config.js44 await fs.promises.mkdir(dirPath, {recursive: true}); property
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.h120 explicit Mutex(bool recursive) : Mutex() in Mutex()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dmutex.h119 explicit Mutex(bool recursive) : Mutex() in Mutex()
/arkcompiler/ets_frontend/es2panda/test/parse_command/
Dparse_command.py144 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/
Dmir_lower.cpp208 BlockNode *MIRLower::LowerIfStmt(IfStmtNode &ifStmt, bool recursive) in LowerIfStmt()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument