Home
last modified time | relevance | path

Searched refs:tmp_fs_options (Results 1 – 1 of 1) sorted by relevance

/system/core/fs_mgr/
Dfs_mgr.c241 char tmp_fs_options[FS_OPTIONS_LEN]; in read_fstab() local
324 tmp_fs_options[0] = '\0'; in read_fstab()
325 fstab[cnt].flags = parse_flags(p, mount_flags, 0, tmp_fs_options, FS_OPTIONS_LEN); in read_fstab()
328 if (tmp_fs_options[0]) { in read_fstab()
329 fstab[cnt].fs_options = strdup(tmp_fs_options); in read_fstab()