Home | History | Annotate | Download | only in vold

Lines Matching refs:fstab

46 struct fstab *fstab;
212 fstab = fs_mgr_read_fstab(path.c_str());
213 if (!fstab) {
214 PLOG(ERROR) << "Failed to open default fstab " << path;
220 for (int i = 0; i < fstab->num_entries; i++) {
221 if (fs_mgr_is_voldmanaged(&fstab->recs[i])) {
222 if (fs_mgr_is_nonremovable(&fstab->recs[i])) {
227 std::string sysPattern(fstab->recs[i].blk_device);
228 std::string nickname(fstab->recs[i].label);
231 if (fs_mgr_is_encryptable(&fstab->recs[i])) {
235 if (fs_mgr_is_noemulatedsd(&fstab->recs[i])