Searched defs:requestPath (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | napi_module_loader.cpp | 23 …STaggedValue> NapiModuleLoader::LoadModuleNameSpaceWithModuleInfo(EcmaVM *vm, CString &requestPath, in LoadModuleNameSpaceWithModuleInfo() 53 CString &requestPath, CString &modulePath, const JSPandaFile *pandaFile) in LoadModuleNameSpaceWithPath()
|
| D | module_path_helper.cpp | 714 …id ModulePathHelper::TranstaleExpressionInput(const JSPandaFile *jsPandaFile, CString &requestPath) in TranstaleExpressionInput() 791 void ModulePathHelper::ParseCrossModuleFile(const JSPandaFile *jsPandaFile, CString &requestPath) in ParseCrossModuleFile() 917 [[maybe_unused]] CString &baseFileName, const CString &recordName, CString &requestPath) in TranslateExpressionToNormalized() 958 [[maybe_unused]] CString &baseFileName, CString &requestPath) in ConcatOtherNormalizedOhmurl() 993 CString &moduleName, const CString &requestPath) in ConcatOtherNormalizedOhmurlWithFilePath()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_job.cpp | 148 CString requestPath = ModulePathHelper::Utf8ConvertToString(specifierString.GetTaggedValue()); in DynamicImportJob() local
|
| D | builtins_global.cpp | 735 CString requestPath = ModulePathHelper::Utf8ConvertToString(input.GetTaggedValue()); in LoadNativeModule() local
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 973 CString requestPath = "@native:system.app"; in HWTEST_F_L0() local 1023 CString requestPath = "har"; in HWTEST_F_L0() local 1054 CString requestPath = "@ohos/library/src/main/ets/Test"; in HWTEST_F_L0() local 1063 CString requestPath = "&har/Index&1.0.0"; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 5846 ecmascript::CString requestPath = file.c_str(); in GetModuleNameSpaceWithModuleInfo() local
|