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 81 char *tmpmnt_opts = (char*) "nomblk_io_submit,errors=remount-ro"; local
96 ret = mount(c_source, c_target, "ext4", tmpmnt_flags, tmpmnt_opts);
  /system/core/fs_mgr/
fs_mgr.cpp 142 char tmpmnt_opts[64] = "errors=remount-ro"; local
168 strlcat(tmpmnt_opts, ",nomblk_io_submit", sizeof(tmpmnt_opts));
170 ret = mount(blk_device, target, fs_type, tmpmnt_flags, tmpmnt_opts);
    [all...]

Completed in 2324 milliseconds