Searched defs:modulePath (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | napi_module_loader.cpp | 25 CString &modulePath, CString &abcFilePath) in LoadModuleNameSpaceWithModuleInfo() 72 …edValue> NapiModuleLoader::LoadModuleNameSpace(EcmaVM *vm, CString requestPath, CString modulePath) in LoadModuleNameSpace() 86 const CString& srcPrefix, const CString& requestPath, const CString& modulePath) in LoadFilePathWithinModule() 102 const CString &requestPath, const CString &modulePath, const JSPandaFile *pandaFile) in LoadModuleNameSpaceWithPath()
|
| D | module_path_helper.h | 305 inline static CString GetModuleNameWithPath(const CString& modulePath) in GetModuleNameWithPath()
|
| D | module_path_helper.cpp | 1004 CString ModulePathHelper::TranslateNapiFileRequestPath(JSThread *thread, const CString &modulePath, in TranslateNapiFileRequestPath()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/ |
| D | ets_interop_js_gtest.h | 93 void LoadModuleAs(const std::string &moduleName, const std::string &modulePath) in LoadModuleAs() 103 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/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_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 | 673 const modulePath = path.normalize(sourceFile.fileName); constant
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 1544 CString modulePath = "modulePath"; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 6147 ecmascript::CString modulePath = module_path.c_str(); in GetModuleNameSpaceWithModuleInfo() local
|