Searched refs:fstab (Results 1 - 3 of 3) sorted by relevance

/system/core/fs_mgr/
H A Dfs_mgr.c238 struct fstab_rec *fstab; local
268 ERROR("No entries found in fstab\n");
272 fstab = calloc(entries + 1, sizeof(struct fstab_rec));
306 fstab[cnt].blk_dev = strdup(p);
312 fstab[cnt].mnt_point = strdup(p);
318 fstab[cnt].type = strdup(p);
325 fstab[cnt].flags = parse_flags(p, mount_flags, 0, tmp_fs_options, FS_OPTIONS_LEN);
329 fstab[cnt].fs_options = strdup(tmp_fs_options);
331 fstab[cnt].fs_options = NULL;
338 fstab[cn
348 free_fstab(struct fstab_rec *fstab) argument
452 struct fstab_rec *fstab = 0; local
511 struct fstab_rec *fstab = 0; local
581 struct fstab_rec *fstab = 0; local
606 struct fstab_rec *fstab = 0; local
[all...]
H A Dfs_mgr_main.c85 char *fstab; local
92 /* The name of the fstab file is last, after the option */
93 fstab = argv[argc - 1];
96 return fs_mgr_mount_all(fstab);
98 return fs_mgr_do_mount(fstab, n_name, n_blk_dev, 0);
100 return fs_mgr_unmount_all(fstab);
/system/core/rootdir/
H A DAndroid.mk11 copy_from += etc/vold.fstab
15 copy_from += etc/vold.fstab
19 copy_from += etc/vold.fstab

Completed in 44 milliseconds