Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6dc8ee3 authored by Yi-Yo Chiang's avatar Yi-Yo Chiang Committed by Gerrit Code Review
Browse files

Merge "libfstab: Unexport InRecovery()" into main

parents 58ba0b44 7b5c38f8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -109,6 +109,9 @@ OverlayfsValidResult fs_mgr_overlayfs_valid();

namespace android {
namespace fs_mgr {

bool UnmapDevice(const std::string& name);
bool InRecovery();

}  // namespace fs_mgr
}  // namespace android
+0 −2
Original line number Diff line number Diff line
@@ -131,7 +131,5 @@ std::set<std::string> GetBootDevices();
// expected name.
std::string GetVerityDeviceName(const FstabEntry& entry);

bool InRecovery();

}  // namespace fs_mgr
}  // namespace android