Home
last modified time | relevance | path

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

/system/vold/fs/
DExt4.cpp73 char* tmpmnt_opts = (char*)"nomblk_io_submit,errors=remount-ro"; in Check() local
88 ret = mount(c_source, c_target, "ext4", tmpmnt_flags, tmpmnt_opts); in Check()
/system/core/fs_mgr/
Dfs_mgr.cpp181 auto tmpmnt_opts = "errors=remount-ro"s; in check_fs() local
208 tmpmnt_opts += ",nomblk_io_submit"; in check_fs()
211 tmpmnt_opts.c_str()); in check_fs()