HomeSort by relevance Sort by last modified time
    Searched refs:tmpmnt_opts (Results 1 - 2 of 2) sorted by null

  /system/vold/fs/
Ext4.cpp 80 char *tmpmnt_opts = (char*) "nomblk_io_submit,errors=remount-ro"; local
95 ret = mount(c_source, c_target, "ext4", tmpmnt_flags, tmpmnt_opts);
  /system/core/fs_mgr/
fs_mgr.cpp 143 char tmpmnt_opts[64] = "errors=remount-ro"; local
169 strlcat(tmpmnt_opts, ",nomblk_io_submit", sizeof(tmpmnt_opts));
171 ret = mount(blk_device, target, fs_type, tmpmnt_flags, tmpmnt_opts);
    [all...]

Completed in 94 milliseconds