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

/system/core/fs_mgr/
H A Dfs_mgr.c885 struct fstab_rec *new_fstab_recs; local
888 new_fstab_recs = (struct fstab_rec *)
891 if (!new_fstab_recs) {
896 memset(&new_fstab_recs[n], 0, sizeof(struct fstab_rec));
897 new_fstab_recs[n].mount_point = strdup(mount_point);
898 new_fstab_recs[n].fs_type = strdup(fs_type);
899 new_fstab_recs[n].blk_device = strdup(blk_device);
900 new_fstab_recs[n].length = 0;
903 fstab->recs = new_fstab_recs;

Completed in 25 milliseconds