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

/system/core/fs_mgr/
H A Dfs_mgr_main.c27 ERROR("%s: usage: %s <-a | -n mnt_point blk_dev | -u> <fstab_file>\n", me, me);
85 char *fstab_file; local
94 fstab_file = argv[argc - 1];
96 fstab = fs_mgr_read_fstab(fstab_file);
H A Dfs_mgr.c302 FILE *fstab_file; local
314 fstab_file = fopen(fstab_path, "r");
315 if (!fstab_file) {
321 while (fs_getline(line, sizeof(line), fstab_file)) {
349 fseek(fstab_file, 0, SEEK_SET);
352 while (fs_getline(line, sizeof(line), fstab_file)) {
424 fclose(fstab_file);

Completed in 118 milliseconds