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

/system/core/init/
H A Dreboot.cpp83 mnt_dir_(entry.mnt_dir),
88 int r = umount2(mnt_dir_.c_str(), force ? MNT_FORCE : 0);
90 LOG(INFO) << "umounted " << mnt_fsname_ << ":" << mnt_dir_ << " opts " << mnt_opts_;
93 PLOG(WARNING) << "cannot umount " << mnt_fsname_ << ":" << mnt_dir_ << " opts "
130 std::string mnt_dir_; member in class:android::init::MountEntry

Completed in 54 milliseconds