Loading cmds/installd/InstalldNativeService.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -1075,6 +1075,7 @@ binder::Status InstalldNativeService::restoreAppDataSnapshot( res = error(rc, "Failed copying " + from_ce + " to " + to_ce); return res; } delete_dir_contents_and_dir(from_ce, true /* ignore_if_missing */); } if (needs_de_rollback) { Loading @@ -1091,6 +1092,7 @@ binder::Status InstalldNativeService::restoreAppDataSnapshot( res = error(rc, "Failed copying " + from_de + " to " + to_de); return res; } delete_dir_contents_and_dir(from_de, true /* ignore_if_missing */); } // Finally, restore the SELinux label on the app data. Loading Loading
cmds/installd/InstalldNativeService.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -1075,6 +1075,7 @@ binder::Status InstalldNativeService::restoreAppDataSnapshot( res = error(rc, "Failed copying " + from_ce + " to " + to_ce); return res; } delete_dir_contents_and_dir(from_ce, true /* ignore_if_missing */); } if (needs_de_rollback) { Loading @@ -1091,6 +1092,7 @@ binder::Status InstalldNativeService::restoreAppDataSnapshot( res = error(rc, "Failed copying " + from_de + " to " + to_de); return res; } delete_dir_contents_and_dir(from_de, true /* ignore_if_missing */); } // Finally, restore the SELinux label on the app data. Loading