Lines Matching refs:bundleName
32 * baseFileName = 'data/storage/el1/bundle/bundleName/moduleName/moduleName/ets/modules.abc';
33 * recordName = bundleName/moduleName/xxx(entry)/xxx(ets)/xxx(pages)/xxx specific abc file
38 * {project_path}\entry\src\main\ets\pages\Index --> @bundle:bundleName/moduleName/ets/pages/Index
40 * {project_path}\namespace\src\main\ets\pages\Index --> @bundle:bundleName/moduleName@namespace/ets/pages/Index
47 * libxxx.so --> @app:bundleName/moduleName/xxx
136 static CString ConcatUnifiedOhmUrl(const CString &bundleName, const CString &pkgname, const CString &entryPath,
138 static CString ConcatUnifiedOhmUrl(const CString &bundleName, const CString &normalizedpath,
140 static CString ConcatPreviewTestUnifiedOhmUrl(const CString &bundleName, const CString &pkgname,
142 static CString ConcatHspFileNameCrossBundle(const CString &bundleName, const CString &moduleName);
187 static CString ConcatNativeSoNormalizedOhmurl(const CString &moduleName, const CString &bundleName,
189 static CString ConcatNotSoNormalizedOhmurl(const CString &moduleName, const CString &bundleName,
262 * Before: bundleName/moduleName/ets/xxx/xxx
299 * Before: bundleName/moduleName
346 CString bundleName = res[NORMALIZED_BUNDLE_NAME_INDEX];
347 if (bundleName.size() == 0) {
350 return bundleName;