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.c303 ERROR("Error parsing mnt_point\n");
306 fstab[cnt].mnt_point = strdup(p);
349 free(fstab[i].mnt_point);
440 mret = mount(fstab[i].blk_dev, fstab[i].mnt_point, fstab[i].type,
452 if (mount("tmpfs", fstab[i].mnt_point, "tmpfs",
455 fstab[i].mnt_point);
461 fstab[i].blk_dev, fstab[i].mnt_point);
492 if (!fs_match(fstab[i].mnt_point, n_name)) {
510 m = fstab[i].mnt_point;
524 ERROR("Cannot find mount point %s in fstab\n", fstab[i].mnt_point);
[all...]
/system/vold/
H A Dcryptfs.h65 char mnt_point[256]; member in struct:volume_info
H A DDirectVolume.cpp446 strcpy(v->mnt_point, mMountpoint);

Completed in 141 milliseconds