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

/system/core/fs_mgr/
H A Dfs_mgr.c232 FILE *fstab_file; local
243 fstab_file = fopen(fstab_path, "r");
244 if (!fstab_file) {
250 while (getline(line, sizeof(line), fstab_file)) {
274 fseek(fstab_file, 0, SEEK_SET);
277 while (getline(line, sizeof(line), fstab_file)) {
343 fclose(fstab_file);
446 int fs_mgr_mount_all(char *fstab_file) argument
454 if (!(fstab = read_fstab(fstab_file))) {
507 int fs_mgr_do_mount(char *fstab_file, cha argument
577 fs_mgr_unmount_all(char *fstab_file) argument
603 fs_mgr_get_crypt_info(char *fstab_file, char *key_loc, char *real_blk_dev, int size) argument
[all...]

Completed in 150 milliseconds