Searched refs:mnt_dir_ (Results 1 – 1 of 1) sorted by relevance
133 mnt_dir_(entry.mnt_dir), in MountEntry()138 LOG(INFO) << "Unmounting " << mnt_fsname_ << ":" << mnt_dir_ << " opts " << mnt_opts_; in Umount()139 int r = umount2(mnt_dir_.c_str(), force ? MNT_FORCE : 0); in Umount()141 LOG(INFO) << "Umounted " << mnt_fsname_ << ":" << mnt_dir_ << " opts " << mnt_opts_; in Umount()144 PLOG(WARNING) << "Cannot umount " << mnt_fsname_ << ":" << mnt_dir_ << " opts " in Umount()185 std::string mnt_dir_; member in android::init::MountEntry