Loading cmds/installd/InstalldNativeService.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -1074,6 +1074,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 @@ -1090,6 +1091,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 @@ -1074,6 +1074,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 @@ -1090,6 +1091,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