Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_fstab.c99 char *fs_options, int fs_options_len) in parse_flags() argument
115 if (fs_options && (fs_options_len > 0)) { in parse_flags()
116 fs_options[0] = '\0'; in parse_flags()
195 if (fs_options) { in parse_flags()
199 strlcat(fs_options, p, fs_options_len); in parse_flags()
200 strlcat(fs_options, ",", fs_options_len); in parse_flags()
211 if (fs_options && fs_options[0]) { in parse_flags()
213 fs_options[strlen(fs_options) - 1] = '\0'; in parse_flags()
322 fstab->recs[cnt].fs_options = strdup(tmp_fs_options); in fs_mgr_read_fstab()
324 fstab->recs[cnt].fs_options = NULL; in fs_mgr_read_fstab()
[all …]
Dfs_mgr.c238 ret = mount(source, target, rec->fs_type, mountflags, rec->fs_options); in __mount()
637 fstab->recs[attempted_idx].fs_options, strerror(mount_errno)); in fs_mgr_mount_all()
642 fstab->recs[attempted_idx].fs_options, strerror(mount_errno)); in fs_mgr_mount_all()
/system/core/fs_mgr/include/
Dfs_mgr.h59 char *fs_options; member