Searched refs:fstab_file (Results 1 - 2 of 2) sorted by last modified time

/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...]
/system/core/fs_mgr/include/
H A Dfs_mgr.h20 int fs_mgr_mount_all(char *fstab_file);
21 int fs_mgr_do_mount(char *fstab_file, char *n_name, char *n_blk_dev, char *tmp_mnt_point);
23 int fs_mgr_unmount_all(char *fstab_file);
24 int fs_mgr_get_crypt_info(char *fstab_file, char *key_loc, char *real_blk_dev, int size);

Completed in 320 milliseconds