Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp116 } else if (IsExt4()) { in DoFsck()
138 bool IsExt4() const { return mnt_type_ == "ext4"; } in IsExt4() function in android::init::MountEntry