Searched defs:pkgName (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/driver/build_system/test/demo_mix_hap/dynamic_har/ |
| D | declFileConfig.json | 2 "pkgName": "dynamic_har", string
|
| /arkcompiler/runtime_core/abc2program/common/ |
| D | abc_file_utils.cpp | 22 std::string pkgName {}; in GetPkgNameFromNormalizedImport() local 39 std::string pkgName {}; in GetPkgNameFromRecordName() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | commonUtil.cpp | 56 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/ |
| D | compilerImpl.cpp | 33 const std::string &debugInfoSourceFile, const std::string &pkgName) in Compile()
|
| D | compilerContext.cpp | 24 … bool isRecordDebugSource, const std::string &sourceFile, const std::string &pkgName, in CompilerContext()
|
| /arkcompiler/ets_frontend/ets2panda/driver/build_system/src/plugins/ |
| D | FileManager.ts | 100 for (const [pkgName, moduleInfo] of FileManager.arkTSModuleMap) { constant
|
| /arkcompiler/runtime_core/panda_guard/obfuscate/ |
| D | file_path.cpp | 67 std::string pkgName; in DeterminePathType() local
|
| D | node.cpp | 98 bool panda::guard::Node::FindPkgName(const pandasm::Record &record, std::string &pkgName) in FindPkgName() 118 std::string pkgName; in InitWithRecord() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_path_helper.cpp | 864 const CString &pkgName, const CString &version) in ConcatNativeSoNormalizedOhmurl() 872 const CString &pkgName, const CString &entryPath, const CString &version) in ConcatNotSoNormalizedOhmurl() 940 CString pkgName = vm->GetPkgNameWithAlias(requestPath); in ConcatOtherNormalizedOhmurl() local 977 CString pkgName = vm->GetPkgNameWithAlias(alias); in ConcatOtherNormalizedOhmurlWithFilePath() local 985 …ulePathHelper::ConcatNormalizedOhmurlWithData(const CVector<CString> &data, const CString &pkgName, in ConcatNormalizedOhmurlWithData()
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | es2panda.cpp | 142 std::string pkgName(input.pkgName); in Compile() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 701 void Emitter::SetPkgNameField(const std::string &pkgName) in SetPkgNameField()
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 1372 CString pkgName = "entry"; in HWTEST_F_L0() local 1396 CString pkgName = "libentry.so"; in HWTEST_F_L0() local 1404 CString pkgName = "har"; in HWTEST_F_L0() local 1696 CString pkgName = "entry"; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 4562 ecmascript::CString pkgName = vec[i][0].c_str(); in SetpkgContextInfoList() local 4585 ecmascript::CString pkgName = datas[0].c_str(); in UpdatePkgContextInfoList() local
|