Searched refs:fstab (Results 1 – 4 of 4) sorted by relevance
/system/core/fs_mgr/ |
D | fs_mgr.c | 238 struct fstab_rec *fstab; in read_fstab() local 272 fstab = calloc(entries + 1, sizeof(struct fstab_rec)); in read_fstab() 306 fstab[cnt].blk_dev = strdup(p); in read_fstab() 312 fstab[cnt].mnt_point = strdup(p); in read_fstab() 318 fstab[cnt].type = strdup(p); in read_fstab() 325 fstab[cnt].flags = parse_flags(p, mount_flags, 0, tmp_fs_options, FS_OPTIONS_LEN); in read_fstab() 329 fstab[cnt].fs_options = strdup(tmp_fs_options); in read_fstab() 331 fstab[cnt].fs_options = NULL; in read_fstab() 338 fstab[cnt].fs_mgr_flags = parse_flags(p, fs_mgr_flags, &key_loc, 0, 0); in read_fstab() 339 fstab[cnt].key_loc = key_loc; in read_fstab() [all …]
|
D | fs_mgr_main.c | 85 char *fstab; in main() local 93 fstab = argv[argc - 1]; in main() 96 return fs_mgr_mount_all(fstab); in main() 98 return fs_mgr_do_mount(fstab, n_name, n_blk_dev, 0); in main() 100 return fs_mgr_unmount_all(fstab); in main()
|
/system/core/rootdir/ |
D | Android.mk | 11 copy_from += etc/vold.fstab 15 copy_from += etc/vold.fstab 19 copy_from += etc/vold.fstab
|
/system/core/rootdir/etc/ |
D | vold.fstab | 1 ## Vold 2.0 Generic fstab
|