Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp136 mnt_opts_(entry.mnt_opts) {} in MountEntry()
139 LOG(INFO) << "Unmounting " << mnt_fsname_ << ":" << mnt_dir_ << " opts " << mnt_opts_; in Umount()
142 LOG(INFO) << "Umounted " << mnt_fsname_ << ":" << mnt_dir_ << " opts " << mnt_opts_; in Umount()
146 << mnt_opts_; in Umount()
188 std::string mnt_opts_; member in android::init::MountEntry