Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp91 mnt_opts_(entry.mnt_opts) {} in MountEntry()
94 LOG(INFO) << "Unmounting " << mnt_fsname_ << ":" << mnt_dir_ << " opts " << mnt_opts_; in Umount()
97 LOG(INFO) << "Umounted " << mnt_fsname_ << ":" << mnt_dir_ << " opts " << mnt_opts_; in Umount()
101 << mnt_opts_; in Umount()
143 std::string mnt_opts_; member in android::init::MountEntry