Home
last modified time | relevance | path

Searched defs:modulePath (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dnapi_module_loader.cpp26CString &modulePath, CString &abcFilePath) in LoadModuleNameSpaceWithModuleInfo()
85 …edValue> NapiModuleLoader::LoadModuleNameSpace(EcmaVM *vm, CString requestPath, CString modulePath) in LoadModuleNameSpace()
104 const CString& srcPrefix, const CString& requestPath, const CString& modulePath) in LoadFilePathWithinModule()
124 const CString &requestPath, const CString &modulePath, const JSPandaFile *pandaFile) in LoadModuleNameSpaceWithPath()
Dmodule_path_helper.h320 inline static CString GetModuleNameWithPath(const CString& modulePath) in GetModuleNameWithPath()
Dmodule_path_helper.cpp1006 CString ModulePathHelper::TranslateNapiFileRequestPath(JSThread *thread, const CString &modulePath, in TranslateNapiFileRequestPath()
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/
DFileUtils.ts56 const modulePath = path.dirname(filePath); constant
68 const modulePath = path.resolve(path.dirname(filePath), value.replace('file:', '')); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/runtimelinker/ets_to_ts/
Druntimelinker.cpp45 void SetRuntimeLinker(ani_env *env, const std::string &modulePath) in SetRuntimeLinker()
93 std::string modulePath = GetABCPath(); in EtsRetsRuntimeLinkerEtsToTsTest() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/ts-compiler/
DResolveSdks.ts131 modulePath: string; property
240 const modulePath = resolveModuleInfo.modulePath; constant
258 const modulePath = path.resolve(path.dirname(containingFile), moduleName); constant
267 const modulePath = path.resolve(path.dirname(containingFile), moduleName); constant
/arkcompiler/ets_frontend/ets2panda/driver/build_system/test/demo_mix_hap/
Dbuild_config.json28 "modulePath": "${absolute_path_to_build_system}/test/demo_mix_hap/static_har", string
38 "modulePath": "${absolute_path_to_build_system}/test/demo_mix_hap/dynamic_har", string
/arkcompiler/ets_frontend/ets2panda/driver/build_system/test/demo_hap/
Dbuild_config.json32 "modulePath": "${absolute_path_to_build_system}/test/demo_hap/harA", string
41 "modulePath": "${absolute_path_to_build_system}/test/demo_hap/harB", string
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/plugins/
DFileManager.ts70 modulePath: toUnixPath(module.modulePath), constant
/arkcompiler/ets_frontend/ets2panda/bindings/src/
DbuildConfigGenerate.ts193 const modulePath = module.srcPath; constant
Dtypes.ts159 modulePath: string; property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/ea_coro/
Dtest_module_ea_coro.h78 auto modulePath = os::GetCurrentWorkingDirectory() + "/" + moduleName; in RunEAWorker() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/
DScene.ts393 for (const [modulePath, moduleName] of this.modulePath2NameMap) { constant
580 for (let [moduleName, modulePath] of Object.entries(dependencies)) { variable
1409 private modulePath: string = ''; property in ModuleScene
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h126 void LoadModuleAs(const std::string &moduleName, const std::string &modulePath) in LoadModuleAs()
141 bool LoadModule(const std::string &moduleName, const std::string &modulePath) in LoadModule()
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/scan_subclasses/
Dscan_subclasses_test.cpp41 std::string modulePath; member
/arkcompiler/ets_frontend/ets2panda/bindings/test/
Drun_tests.ts52 const modulePath = path.join(projectRoot, name); constant
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/branch_eliminator/
Dbranch_eliminator_test.cpp40 std::string_view modulePath; member
113 auto modulePath = idesc.GetImportedModule().GetName(); in GetSuspects() local
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/
Dtypes.ts132 modulePath: string; property
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.cpp408 bool MakeFilePath(const std::string& codePath, const std::string& modulePath, std::string& fileName) in MakeFilePath()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts1182 const modulePath = importDeclNode.moduleSpecifier.getText().slice(1, -1); constant
1229 const modulePath = path.normalize(sourceFile.fileName); constant
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp1647 CString modulePath = "modulePath"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp6594 ecmascript::CString modulePath = module_path.c_str(); in GetModuleNameSpaceWithModuleInfo() local