Loading init/selinux.cpp +21 −19 Original line number Diff line number Diff line Loading @@ -897,7 +897,8 @@ void MountMissingSystemPartitions() { continue; } auto system_entry = GetEntryForMountPoint(&fstab, "/system"); auto system_entries = GetEntriesForMountPoint(&fstab, "/system"); for (auto& system_entry : system_entries) { if (!system_entry) { LOG(ERROR) << "Could not find mount entry for /system"; break; Loading @@ -921,6 +922,7 @@ void MountMissingSystemPartitions() { extra_fstab.emplace_back(std::move(entry)); } } SkipMountingPartitions(&extra_fstab, true /* verbose */); if (extra_fstab.empty()) { Loading Loading
init/selinux.cpp +21 −19 Original line number Diff line number Diff line Loading @@ -897,7 +897,8 @@ void MountMissingSystemPartitions() { continue; } auto system_entry = GetEntryForMountPoint(&fstab, "/system"); auto system_entries = GetEntriesForMountPoint(&fstab, "/system"); for (auto& system_entry : system_entries) { if (!system_entry) { LOG(ERROR) << "Could not find mount entry for /system"; break; Loading @@ -921,6 +922,7 @@ void MountMissingSystemPartitions() { extra_fstab.emplace_back(std::move(entry)); } } SkipMountingPartitions(&extra_fstab, true /* verbose */); if (extra_fstab.empty()) { Loading