Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/abc2program/common/
Dabc_file_utils.cpp22 std::string pkgName {}; in GetPkgNameFromNormalizedImport() local
39 std::string pkgName {}; in GetPkgNameFromRecordName() local
/arkcompiler/ets_frontend/es2panda/util/
DcommonUtil.cpp56 std::string pkgName {}; in GetPkgNameFromNormalizedImport() local
73 std::string pkgName {}; in GetPkgNameFromNormalizedOhmurl() local
95 auto pkgName = GetPkgNameFromNormalizedOhmurl(ohmurl); in IsExternalPkgNames() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerImpl.cpp33 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/runtime_core/panda_guard/obfuscate/
Dprogram.cpp38 std::string pkgName; in Create() local
Dnode.h30 Node(Program *program, const std::string &name, std::string pkgName) in Node()
Dfile_path.cpp68 std::string pkgName; in DeterminePathType() local
Dnode.cpp564 bool panda::guard::Node::FindPkgName(const panda::pandasm::Record &record, std::string &pkgName) in FindPkgName()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp866 const CString &pkgName, const CString &version) in ConcatNativeSoNormalizedOhmurl()
874 const CString &pkgName, const CString &entryPath, const CString &version) in ConcatNotSoNormalizedOhmurl()
938 CString pkgName = vm->GetPkgNameWithAlias(requestPath); in ConcatOtherNormalizedOhmurl() local
975 CString pkgName = vm->GetPkgNameWithAlias(alias); in ConcatOtherNormalizedOhmurlWithFilePath() local
983 …ulePathHelper::ConcatNormalizedOhmurlWithData(const CVector<CString> &data, const 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.cpp687 void Emitter::SetPkgNameField(const std::string &pkgName) in SetPkgNameField()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp1295 CString pkgName = "entry"; in HWTEST_F_L0() local
1319 CString pkgName = "libentry.so"; in HWTEST_F_L0() local
1327 CString pkgName = "har"; in HWTEST_F_L0() local
1593 CString pkgName = "entry"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp4275 ecmascript::CString pkgName = vec[i][0].c_str(); in SetpkgContextInfoList() local
4298 ecmascript::CString pkgName = datas[0].c_str(); in UpdatePkgContextInfoList() local