Home
last modified time | relevance | path

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

/system/vold/fs/
DExt4.cpp76 long tmpmnt_flags = MS_NOATIME | MS_NOEXEC | MS_NOSUID; in Check() local
92 ret = mount(c_source, c_target, "ext4", tmpmnt_flags, tmpmnt_opts); in Check()
/system/core/fs_mgr/
Dfs_mgr.c100 long tmpmnt_flags = MS_NOATIME | MS_NOEXEC | MS_NOSUID; in check_fs() local
129 ret = mount(blk_device, target, fs_type, tmpmnt_flags, tmpmnt_opts); in check_fs()