Home
last modified time | relevance | path

Searched defs:dirName (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/require/tests/
Djs_cjs_module_cache_test.cpp67 JSHandle<JSTaggedValue> dirName(factory->NewFromUtf8("ark/js_runtime")); in HWTEST_F_L0() local
94 JSHandle<JSTaggedValue> dirName(factory->NewFromUtf8("./ark/js_runtime")); in HWTEST_F_L0() local
Djs_cjs_manager_test.cpp68 JSHandle<JSTaggedValue> dirName(factory->NewFromUtf8("ark/js_runtime")); in HWTEST_F_L0() local
96 JSHandle<JSTaggedValue> dirName(factory->NewFromUtf8("ark/js_runtime")); in HWTEST_F_L0() local
Djs_cjs_module_test.cpp74 JSHandle<JSTaggedValue> dirName(factory->NewFromUtf8("ark/js_runtime")); in HWTEST_F_L0() local
111 JSHandle<JSTaggedValue> dirName(factory->NewFromUtf8("./ark/js_runtime")); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DFileUtils.ts300 const dirName = path.dirname(filePath); constant
/arkcompiler/runtime_core/static_core/libziparchive/extractortool/
Dzip_file.cpp93 inline bool IsRootDir(const std::string &dirName) in IsRootDir()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp2104 …JSHandle<JSTaggedValue> dirName = JSHandle<JSTaggedValue>::Cast(factory_->NewFromUtf8(dirNameStr)); in CJSExecution() local