Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dreboot.cpp136 mnt_type_(entry.mnt_type), in MountEntry()
182 bool IsF2Fs() const { return mnt_type_ == "f2fs"; } in IsF2Fs()
184 bool IsExt4() const { return mnt_type_ == "ext4"; } in IsExt4()
188 std::string mnt_type_; member in android::init::MountEntry