Home
last modified time | relevance | path

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

/system/extras/partition_tools/
Dlpdump.cc85 static bool IsBlockDevice(const char* file) { in IsBlockDevice() function
304 if (!pt && !IsBlockDevice(file)) { in LpdumpMain()
/system/core/init/
Dreboot.cpp127 static bool IsBlockDevice(const struct mntent& mntent) { in IsBlockDevice() function in android::init::MountEntry
185 } else if (MountEntry::IsBlockDevice(*mentry) && hasmntopt(mentry, "rw")) { in FindPartitionsToUmount()