Searched defs:fstab (Results 1 - 2 of 2) sorted by relevance

/external/avb/libavb_user/
H A Davb_ops_user.c42 /* Open the appropriate fstab file and fallback to /fstab.device if
45 static struct fstab* open_fstab(void) {
46 struct fstab* fstab = fs_mgr_read_fstab_default(); local
48 if (fstab != NULL) {
49 return fstab;
52 fstab = fs_mgr_read_fstab("/fstab.device");
53 return fstab;
59 struct fstab* fstab; local
[all...]
/external/e2fsprogs/misc/
H A Dfsck.c67 #define _PATH_MNTTAB "/etc/fstab"
332 * Load the filesystem database from /etc/fstab
370 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
372 " should fix your /etc/fstab file as soon as you can.\n\n"), stderr);
380 /* Lookup filesys in /etc/fstab and return the corresponding entry. */
697 * use that type regardless of what is specified in /etc/fstab.
700 * specified in /etc/fstab, or DEFAULT_FSTYPE.
884 _("%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass number\n"),
957 /* Check all file systems, using the /etc/fstab table. */
1258 const char *fstab; local
[all...]

Completed in 253 milliseconds