Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp108 if (IsF2Fs()) { in DoFsck()
136 bool IsF2Fs() const { return mnt_type_ == "f2fs"; } in IsF2Fs() function in android::init::MountEntry