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

Commit b95f21f9 authored by Keun young Park's avatar Keun young Park
Browse files

Rename FS_MGR_FS_STAT into FS_MGR_FS_STAT_DATA_PARTITION

- FS_STAT can be returned per each partition mounted. Currently only
  /data partition is checked but rename it so that we can add additional
  partitions in future.

Bug: 132691841
Test: Build
Change-Id: I3f1280ce84df1137a92ac59b15937a32c7ac8d01
Merged-In: I3f1280ce84df1137a92ac59b15937a32c7ac8d01
parent 352c9f6f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3930,10 +3930,10 @@ message BootTimeEventErrorCode {
        // as UMOUNT_STAT_* from init/reboot.cpp.
        // Logged from f/b/services/.../BootReceiver.java.
        SHUTDOWN_UMOUNT_STAT = 2;
        // Reprepsents fie system mounting error code for the current boot. Error codes defined
        // as combination of FsStatFlags from system/core/fs_mgr/fs_mgr.cpp.
        // Reprepsents fie system mounting error code of /data partition for the current boot.
        // Error codes defined as combination of FsStatFlags from system/core/fs_mgr/fs_mgr.cpp.
        // Logged from f/b/services/.../BootReceiver.java.
        FS_MGR_FS_STAT = 3;
        FS_MGR_FS_STAT_DATA_PARTITION = 3;
    }

    // Type of the event.