HomeSort by relevance Sort by last modified time
    Searched full:tmp_fs_options (Results 1 - 1 of 1) sorted by null

  /system/core/fs_mgr/
fs_mgr.c 235 char tmp_fs_options[FS_OPTIONS_LEN]; local
318 tmp_fs_options[0] = '\0';
319 fstab[cnt].flags = parse_flags(p, mount_flags, 0, tmp_fs_options, FS_OPTIONS_LEN);
322 if (tmp_fs_options[0]) {
323 fstab[cnt].fs_options = strdup(tmp_fs_options);

Completed in 1081 milliseconds