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

Commit 7b5c38f8 authored by Yi-Yo Chiang's avatar Yi-Yo Chiang
Browse files

libfstab: Unexport InRecovery()

It was accidentally moved to the public header when I was previously
refactoring the code. It hasn't caused any harm yet, but we probably
don't want to export this, too.

Bug: 293695109
Test: build
Change-Id: Id81c802cc6cc697c5a4204638aa467966bea1562
parent 58ba0b44
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