| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | napi_module_loader.cpp | 26 … CString &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()
|
| D | module_path_helper.h | 320 inline static CString GetModuleNameWithPath(const CString& modulePath) in GetModuleNameWithPath()
|
| D | module_path_helper.cpp | 1006 CString ModulePathHelper::TranslateNapiFileRequestPath(JSThread *thread, const CString &modulePath, in TranslateNapiFileRequestPath()
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/ |
| D | FileUtils.ts | 56 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/ |
| D | runtimelinker.cpp | 45 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/ |
| D | ResolveSdks.ts | 131 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/ |
| D | build_config.json | 28 "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/ |
| D | build_config.json | 32 "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/ |
| D | FileManager.ts | 70 modulePath: toUnixPath(module.modulePath), constant
|
| /arkcompiler/ets_frontend/ets2panda/bindings/src/ |
| D | buildConfigGenerate.ts | 193 const modulePath = module.srcPath; constant
|
| D | types.ts | 159 modulePath: string; property
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/ea_coro/ |
| D | test_module_ea_coro.h | 78 auto modulePath = os::GetCurrentWorkingDirectory() + "/" + moduleName; in RunEAWorker() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/ |
| D | Scene.ts | 393 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/ |
| D | ets_interop_js_gtest.h | 126 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/ |
| D | scan_subclasses_test.cpp | 41 std::string modulePath; member
|
| /arkcompiler/ets_frontend/ets2panda/bindings/test/ |
| D | run_tests.ts | 52 const modulePath = path.join(projectRoot, name); constant
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/branch_eliminator/ |
| D | branch_eliminator_test.cpp | 40 std::string_view modulePath; member 113 auto modulePath = idesc.GetImportedModule().GetName(); in GetSuspects() local
|
| /arkcompiler/ets_frontend/ets2panda/driver/build_system/src/ |
| D | types.ts | 132 modulePath: string; property
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | file_path_utils.cpp | 408 bool MakeFilePath(const std::string& codePath, const std::string& modulePath, std::string& fileName) in MakeFilePath()
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 1182 const modulePath = importDeclNode.moduleSpecifier.getText().slice(1, -1); constant 1229 const modulePath = path.normalize(sourceFile.fileName); constant
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 1647 CString modulePath = "modulePath"; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 6594 ecmascript::CString modulePath = module_path.c_str(); in GetModuleNameSpaceWithModuleInfo() local
|