Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dinstall.cpp295 std::string mount_options; in MountFn() local
298 mount_options = args[4]; in MountFn()
333 MS_NOATIME | MS_NODEV | MS_NODIRATIME, mount_options.c_str()) < 0) { in MountFn()