Searched refs:mnt_point (Results 1 - 4 of 4) sorted by relevance

/system/core/fs_mgr/
H A Dfs_mgr_priv.h30 char *mnt_point; member in struct:fstab_rec
H A Dfs_mgr.c309 ERROR("Error parsing mnt_point\n");
312 fstab[cnt].mnt_point = strdup(p);
355 free(fstab[i].mnt_point);
464 check_fs(fstab[i].blk_dev, fstab[i].type, fstab[i].mnt_point);
467 mret = mount(fstab[i].blk_dev, fstab[i].mnt_point, fstab[i].type,
479 if (mount("tmpfs", fstab[i].mnt_point, "tmpfs",
482 fstab[i].mnt_point);
488 fstab[i].blk_dev, fstab[i].mnt_point);
519 if (!fs_match(fstab[i].mnt_point, n_name)) {
530 check_fs(fstab[i].blk_dev, fstab[i].type, fstab[i].mnt_point);
[all...]
/system/vold/
H A Dcryptfs.h65 char mnt_point[256]; member in struct:volume_info
H A DDirectVolume.cpp454 strcpy(v->mnt_point, mMountpoint);

Completed in 774 milliseconds