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

/system/core/init/
H A Dreboot.cpp84 mnt_type_(entry.mnt_type),
125 bool IsF2Fs() const { return mnt_type_ == "f2fs"; }
127 bool IsExt4() const { return mnt_type_ == "ext4"; }
131 std::string mnt_type_; member in class:android::init::MountEntry

Completed in 57 milliseconds