Lines Matching full:vold
137 android::vold::ForkExecvp(std::vector<std::string>{"/system/bin/rm", "-rf", subdir})) { in rmrf_contents()
147 // Since vold/vold_prepare_subdirs run in the bootstrap mount namespace in prepare_apex_subdirs()
180 auto user_de_path = android::vold::BuildDataUserDePath(volume_uuid, user_id); in prepare_subdirs()
185 auto misc_de_path = android::vold::BuildDataMiscDePath(volume_uuid, user_id); in prepare_subdirs()
192 if (!prepare_dir(sehandle, 0700, 0, 0, misc_de_path + "/vold")) return false; in prepare_subdirs()
199 auto profiles_de_path = android::vold::BuildDataProfilesDePath(user_id); in prepare_subdirs()
205 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in prepare_subdirs()
216 auto user_ce_path = android::vold::BuildDataUserCePath(volume_uuid, user_id); in prepare_subdirs()
221 auto misc_ce_path = android::vold::BuildDataMiscCePath(volume_uuid, user_id); in prepare_subdirs()
228 if (!prepare_dir(sehandle, 0700, 0, 0, misc_ce_path + "/vold")) return false; in prepare_subdirs()
242 android::vold::DeleteDirContentsAndDir(misc_ce_path + "/checkin"); in prepare_subdirs()
249 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in prepare_subdirs()
257 auto vendor_ce_path = android::vold::BuildDataVendorCePath(user_id); in prepare_subdirs()
270 auto misc_ce_path = android::vold::BuildDataMiscCePath(volume_uuid, user_id); in destroy_subdirs()
274 auto vendor_ce_path = android::vold::BuildDataVendorCePath(user_id); in destroy_subdirs()
279 auto misc_de_path = android::vold::BuildDataMiscDePath(volume_uuid, user_id); in destroy_subdirs()
283 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in destroy_subdirs()