Merge changes from topics "createapexdirs", "createapexrollbackdirs" am: 3e1c0478b9
am: 0ad91e40ea
Change-Id: I63e3a68a9d197c89aa195409c9847d6334f1dd14
This commit is contained in:
commit
f243a3b105
1 changed files with 2 additions and 0 deletions
|
@ -155,6 +155,7 @@ static bool prepare_subdirs(const std::string& volume_uuid, int user_id, int fla
|
||||||
if (!prepare_dir(sehandle, 0700, 0, 0, misc_de_path + "/storaged")) return false;
|
if (!prepare_dir(sehandle, 0700, 0, 0, misc_de_path + "/storaged")) return false;
|
||||||
if (!prepare_dir(sehandle, 0700, 0, 0, misc_de_path + "/rollback")) return false;
|
if (!prepare_dir(sehandle, 0700, 0, 0, misc_de_path + "/rollback")) return false;
|
||||||
// TODO: Return false if this returns false once sure this should succeed.
|
// TODO: Return false if this returns false once sure this should succeed.
|
||||||
|
prepare_dir(sehandle, 0700, 0, 0, misc_de_path + "/apexrollback");
|
||||||
prepare_apex_subdirs(sehandle, misc_de_path);
|
prepare_apex_subdirs(sehandle, misc_de_path);
|
||||||
|
|
||||||
auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id);
|
auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id);
|
||||||
|
@ -172,6 +173,7 @@ static bool prepare_subdirs(const std::string& volume_uuid, int user_id, int fla
|
||||||
if (!prepare_dir(sehandle, 0700, 0, 0, misc_ce_path + "/storaged")) return false;
|
if (!prepare_dir(sehandle, 0700, 0, 0, misc_ce_path + "/storaged")) return false;
|
||||||
if (!prepare_dir(sehandle, 0700, 0, 0, misc_ce_path + "/rollback")) return false;
|
if (!prepare_dir(sehandle, 0700, 0, 0, misc_ce_path + "/rollback")) return false;
|
||||||
// TODO: Return false if this returns false once sure this should succeed.
|
// TODO: Return false if this returns false once sure this should succeed.
|
||||||
|
prepare_dir(sehandle, 0700, 0, 0, misc_ce_path + "/apexrollback");
|
||||||
prepare_apex_subdirs(sehandle, misc_ce_path);
|
prepare_apex_subdirs(sehandle, misc_ce_path);
|
||||||
|
|
||||||
auto system_ce_path = android::vold::BuildDataSystemCePath(user_id);
|
auto system_ce_path = android::vold::BuildDataSystemCePath(user_id);
|
||||||
|
|
Loading…
Reference in a new issue