Home
last modified time | relevance | path

Searched defs:pkgName (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
DcommonUtil.cpp28 std::string pkgName {}; in Split() local
61 std::string pkgName {}; in GetPkgNameFromNormalizedImport() local
78 std::string pkgName {}; in GetPkgNameFromNormalizedOhmurl() local
100 auto pkgName = GetPkgNameFromNormalizedOhmurl(ohmurl); in IsExternalPkgNames() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerImpl.cpp40 const std::string &debugInfoSourceFile, const std::string &pkgName) in Compile()
DcompilerContext.cpp24 … bool isRecordDebugSource, const std::string &sourceFile, const std::string &pkgName, in CompilerContext()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp891 const CString &pkgName, const CString &version) in ConcatNativeSoNormalizedOhmurl()
899 const CString &pkgName, const CString &entryPath, const CString &version) in ConcatNotSoNormalizedOhmurl()
965 CString pkgName = vm->GetPkgNameWithAlias(requestPath); in ConcatOtherNormalizedOhmurl() local
1001 CString pkgName = vm->GetPkgNameWithAlias(alias); in ConcatOtherNormalizedOhmurlWithFilePath() local
1009 CString ModulePathHelper::ConcatNormalizedOhmurlWithData(CVector<CString> &data, CString &pkgName, … in ConcatNormalizedOhmurlWithData()
/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp142 std::string pkgName(input.pkgName); in Compile() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp425 void Emitter::SetPkgNameField(const std::string &pkgName) in SetPkgNameField()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp907 CString pkgName = "entry"; in HWTEST_F_L0() local
931 CString pkgName = "libentry.so"; in HWTEST_F_L0() local
939 CString pkgName = "har"; in HWTEST_F_L0() local
1081 CString pkgName = "entry"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp4068 ecmascript::CString pkgName = vec[i][0].c_str(); in SetpkgContextInfoList() local