commit | 26169cdcfaf45829d045ef22858f4135526fb110 | [log] [tgz] |
---|---|---|
author | Yiwei Zhang <zzyiwei@google.com> | Tue Jul 28 15:46:12 2020 -0700 |
committer | Yiwei Zhang <zzyiwei@google.com> | Tue Jul 28 15:46:12 2020 -0700 |
tree | e6aa3f4067b5188f6ae09c1e6fb53cd3d0fbf77d | |
parent | 09f7bc11ba9bd5ec86051e0ce5540869cd75966a [diff] [blame] |
OpenGL: Use more inclusive terms Bug: 162288333 Test: build Change-Id: I290a827e26fcd186a0461a568e41d0c50b7e19cd
diff --git a/opengl/libs/EGL/FileBlobCache.cpp b/opengl/libs/EGL/FileBlobCache.cpp index 3284778..751f3be 100644 --- a/opengl/libs/EGL/FileBlobCache.cpp +++ b/opengl/libs/EGL/FileBlobCache.cpp
@@ -70,7 +70,7 @@ return; } - // Sanity check the size before trying to mmap it. + // Check the size before trying to mmap it. size_t fileSize = statBuf.st_size; if (fileSize > mMaxTotalSize * 2) { ALOGE("cache file is too large: %#" PRIx64,