Home
last modified time | relevance | path

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

/system/core/fs_mgr/liblp/
Dimages.cpp38 static bool IsEmptySuperImage(borrowed_fd fd) { in IsEmptySuperImage() function
61 bool IsEmptySuperImage(const std::string& file) { in IsEmptySuperImage() function
67 return IsEmptySuperImage(fd); in IsEmptySuperImage()
/system/core/fs_mgr/liblp/include/liblp/
Dliblp.h77 bool IsEmptySuperImage(const std::string& file);
/system/extras/partition_tools/
Dlpdump.cc384 if (IsEmptySuperImage(path)) { in ReadDeviceOrFile()
515 if (IsEmptySuperImage(super_path)) { in LpdumpMain()
Dlpadd.cc142 was_empty_ = android::fs_mgr::IsEmptySuperImage(abs_super_path_); in Open()