Loading fs_mgr/fs_mgr_overlayfs.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -1026,6 +1026,8 @@ static bool CreateDynamicScratch(std::string* scratch_device, bool* partition_ex } if (change) *change = true; } else if (scratch_device->empty()) { *scratch_device = GetBootScratchDevice(); } return true; } Loading Loading
fs_mgr/fs_mgr_overlayfs.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -1026,6 +1026,8 @@ static bool CreateDynamicScratch(std::string* scratch_device, bool* partition_ex } if (change) *change = true; } else if (scratch_device->empty()) { *scratch_device = GetBootScratchDevice(); } return true; } Loading