Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp89 mnt_dir_(entry.mnt_dir), in MountEntry()
94 LOG(INFO) << "Unmounting " << mnt_fsname_ << ":" << mnt_dir_ << " opts " << mnt_opts_; in Umount()
95 int r = umount2(mnt_dir_.c_str(), force ? MNT_FORCE : 0); in Umount()
97 LOG(INFO) << "Umounted " << mnt_fsname_ << ":" << mnt_dir_ << " opts " << mnt_opts_; in Umount()
100 PLOG(WARNING) << "Cannot umount " << mnt_fsname_ << ":" << mnt_dir_ << " opts " in Umount()
141 std::string mnt_dir_; member in android::init::MountEntry