Home
last modified time | relevance | path

Searched refs:restoreconAppDataLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/
DInstalldNativeService.h239 binder::Status restoreconAppDataLocked(const std::optional<std::string>& uuid,
DInstalldNativeService.cpp1937 if (!restoreconAppDataLocked(toUuid, packageName, userId, FLAG_STORAGE_CE | FLAG_STORAGE_DE, in moveCompleteApp()
3417 return restoreconAppDataLocked(uuid, packageName, userId, flags, appId, seInfo); in restoreconAppData()
3420 binder::Status InstalldNativeService::restoreconAppDataLocked( in restoreconAppDataLocked() function in android::installd::InstalldNativeService