Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
DcommonUtil.cpp27 std::string pkgName {}; in Split() local
46 std::string pkgName {}; in GetPkgNameFromNormalizedImport() local
63 std::string pkgName {}; in GetPkgNameFromNormalizedOhmurl() local
85 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.cpp888 const CString &pkgName, const CString &version) in ConcatNativeSoNormalizedOhmurl()
896 const CString &pkgName, const CString &entryPath, const CString &version) in ConcatNotSoNormalizedOhmurl()
962 CString pkgName = vm->GetPkgNameWithAlias(requestPath); in ConcatOtherNormalizedOhmurl() local
998 CString pkgName = vm->GetPkgNameWithAlias(alias); in ConcatOtherNormalizedOhmurlWithFilePath() local
1006 CString ModulePathHelper::ConcatNormalizedOhmurlWithData(CVector<CString> &data, CString &pkgName, … in ConcatNormalizedOhmurlWithData()
/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp139 std::string pkgName(input.pkgName); in Compile() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp372 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