Home
last modified time | relevance | path

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

/system/vold/fs/
DExt4.cpp72 long tmpmnt_flags = MS_NOATIME | MS_NOEXEC | MS_NOSUID; in Check() local
88 ret = mount(c_source, c_target, "ext4", tmpmnt_flags, tmpmnt_opts); in Check()
/system/core/fs_mgr/
Dfs_mgr.cpp176 long tmpmnt_flags = MS_NOATIME | MS_NOEXEC | MS_NOSUID; in check_fs() local
207 ret = mount(blk_device.c_str(), target.c_str(), fs_type.c_str(), tmpmnt_flags, in check_fs()