Home | History | Annotate | Download | only in vold

Lines Matching full:vold

115             android::vold::ForkExecvp(std::vector<std::string>{"/system/bin/rm", "-rf", subdir})) {
127 auto misc_de_path = android::vold::BuildDataMiscDePath(user_id);
128 if (!prepare_dir(sehandle, 0700, 0, 0, misc_de_path + "/vold")) return false;
131 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id);
137 auto misc_ce_path = android::vold::BuildDataMiscCePath(user_id);
138 if (!prepare_dir(sehandle, 0700, 0, 0, misc_ce_path + "/vold")) return false;
149 auto misc_ce_path = android::vold::BuildDataMiscCePath(user_id);
152 auto vendor_ce_path = android::vold::BuildDataVendorCePath(user_id);
156 auto misc_de_path = android::vold::BuildDataMiscDePath(user_id);
159 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id);