Searched refs:UI_Malloc (Results 1 – 5 of 5) sorted by relevance
82 …unsigned char *buf = reinterpret_cast<unsigned char *>(UI_Malloc((len + 1) * sizeof(unsigned char)… in ReadString()204 char *destPath = reinterpret_cast<char *>(UI_Malloc(len)); in HasWrittenFile()249 char *buf = reinterpret_cast<char *>(UI_Malloc(reading)); in HasCopiedData()
650 char *appPath = reinterpret_cast<char *>(UI_Malloc(len)); in ScanThirdApp()790 reinterpret_cast<ToBeInstalledApp *>(UI_Malloc(sizeof(ToBeInstalledApp))); in AddSystemAppPathList()897 char *path = reinterpret_cast<char *>(UI_Malloc(len + 1)); in UpdateBundleInfoList()
893 char *dataPath = reinterpret_cast<char *>(UI_Malloc(len)); in SetBundleInfo()965 …permissions.permissionTrans = reinterpret_cast<PermissionTrans *>(UI_Malloc(sizeof(PermissionTrans… in ParsePermissions()
940 char *rootDir = reinterpret_cast<char *>(UI_Malloc((index + 1) * sizeof(char))); in GetRootDir()
61 #define UI_Malloc(a) OhosMalloc(MEM_TYPE_APPFMK, a) macro