commit | c131f045546b916472c1c09782ff5d9c234739ae | [log] [tgz] |
---|---|---|
author | Saketh Pothireddy <[email protected]> | Thu May 25 18:17:02 2023 |
committer | Chromeos LUCI <[email protected]> | Thu May 25 21:11:55 2023 |
tree | db17fd94b3443e94e6c8b1511c58f0f39e376346 | |
parent | d4ae7a6126e35f9d47c797607aea72f8b3e6548b [diff] [blame] |
minios: move stateful mounting to utils Move the function that mounts stateful partition to utils. This can be used by log storage as well. BUG=b:277753168 TEST=`FEATURES=test emerge-${BOARD} minios` Change-Id: Ib33e208411b78598ffaa96806a60d28e8ae3efa7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform2/+/4566752 Tested-by: Saketh Pothireddy <[email protected]> Commit-Queue: Saketh Pothireddy <[email protected]> Reviewed-by: Jae Hoon Kim <[email protected]>
diff --git a/minios/utils.h b/minios/utils.h index 426c527..d31196e 100644 --- a/minios/utils.h +++ b/minios/utils.h
@@ -69,6 +69,8 @@ return base::StringPrintf("[CoreServicesAlert<%s>] ", category.c_str()); } +bool MountStatefulPartition(ProcessManagerInterface* process_manager); + } // namespace minios #endif // MINIOS_UTILS_H__