Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp135 mnt_opts_(entry.mnt_opts) {} in MountEntry()
138 LOG(INFO) << "Unmounting " << mnt_fsname_ << ":" << mnt_dir_ << " opts " << mnt_opts_; in Umount()
141 LOG(INFO) << "Umounted " << mnt_fsname_ << ":" << mnt_dir_ << " opts " << mnt_opts_; in Umount()
145 << mnt_opts_; in Umount()
187 std::string mnt_opts_; member in android::init::MountEntry