Home
last modified time | relevance | path

Searched defs:force (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
DrecordTable.cpp28 BoundContext::BoundContext(RecordTable *recordTable, ir::ClassDefinition *classDef, bool force) in BoundContext()
46 …text::BoundContext(RecordTable *recordTable, ir::TSInterfaceDeclaration *interfaceDecl, bool force) in BoundContext()
64 …text::BoundContext(RecordTable *recordTable, ir::AnnotationDeclaration *annotationDecl, bool force) in BoundContext()
/arkcompiler/ets_frontend/ets2panda/linter/scripts/
Dinstall-ohos-typescript-and-homecheck.mjs75 fs.rmSync(currentPkg, { force: true }) property
119 fs.rmSync(typescript_dir, {recursive: true, force: true}) property
164 fs.rmSync(node_modules + '/typescript', {recursive: true, force: true}) property
/arkcompiler/ets_frontend/ets2panda/linter/scripts/testRunner/
Dcoverage_prepare.js44 fs.rmSync(coverageDir, { recursive: true, force: true }); property
/arkcompiler/runtime_core/static_core/runtime/
Dfile_manager.cpp92 Expected<bool, std::string> FileManager::LoadAnFile(std::string_view anLocation, bool force) in LoadAnFile()
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_manager.cpp24 bool force) in AddFile()
/arkcompiler/ets_runtime/ecmascript/base/
Dsort_helper.cpp41 uint32_t force = std::min(nRemaining, minRunLength); in Sort() local
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.cpp529 bool ProfileDumpInfo::MergeAndSave(const PandaString &filename, ssize_t *bytesWritten, bool force) in MergeAndSave()