Home
last modified time | relevance | path

Searched refs:UI_Free (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_extractor.cpp53 UI_Free(bundleName); in ExtractFileDataPos()
78 UI_Free(fileName); in ExtractHap()
82 UI_Free(relativeFilePath); in ExtractHap()
83 UI_Free(fileName); in ExtractHap()
107 UI_Free(fileName); in ExtractHapProfile()
113 UI_Free(fileName); in ExtractHapProfile()
123 UI_Free(fileName); in ExtractHapProfile()
154 UI_Free(fileName); in ExtractResourceFile()
164 UI_Free(fileName); in ExtractResourceFile()
171 UI_Free(fileName); in ExtractResourceFile()
[all …]
H A Dgt_extractor_util.cpp93 UI_Free(buf); in ReadString()
211 UI_Free(destPath); in HasWrittenFile()
216 UI_Free(destPath); in HasWrittenFile()
219 UI_Free(destPath); in HasWrittenFile()
259 UI_Free(buf); in HasCopiedData()
266 UI_Free(buf); in HasCopiedData()
272 UI_Free(buf); in HasCopiedData()
H A Dgt_bundle_installer.cpp67 UI_Free(bundleName); in PreCheckBundle()
74 UI_Free(bundleName); in PreCheckBundle()
81 UI_Free(bundleName); in PreCheckBundle()
88 UI_Free(bundleName); in PreCheckBundle()
100 UI_Free(bundleName); in PreCheckBundle()
104 UI_Free(bundleName); in PreCheckBundle()
318 UI_Free(permissions.permissionTrans); in ProcessBundleInstall()
H A Dgt_bundle_manager_service.cpp555 UI_Free(toBeInstalledApp); in RemoveSystemAppPathList()
658 UI_Free(appPath); in ScanThirdApp()
664 UI_Free(appPath); in ScanThirdApp()
670 UI_Free(appPath); in ScanThirdApp()
677 UI_Free(appPath); in ScanThirdApp()
682 UI_Free(appPath); in ScanThirdApp()
904 UI_Free(path); in UpdateBundleInfoList()
910 UI_Free(path); in UpdateBundleInfoList()
H A Dbundle_util.cpp830 UI_Free(rootDir); in MkDirs()
837 UI_Free(rootDir); in MkDirs()
843 UI_Free(rootDir); in MkDirs()
946 UI_Free(rootDir); in GetRootDir()
H A Dgt_bundle_parser.cpp898 UI_Free(dataPath); in SetBundleInfo()
903 UI_Free(dataPath); in SetBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_installer.h77 UI_Free((permissions).permissionTrans); \
112 UI_Free((permissions).permissionTrans); \
121 UI_Free((permissions).permissionTrans); \
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H A Dadapter.h62 #define UI_Free(a) \ macro