base: Add MmapFile as a synonym for MappedFile

I was looking for 'MmapFile' earlier and couldn't find it.  After
being pointed to it, we thought that adding this synonym would help
others trying to find this file.

Test: n/a
Change-Id: I7fbfd8e090f21183a5de3603a76f884562b99c4a
This commit is contained in:
Tom Cherry 2019-06-07 13:05:22 -07:00
parent acf19e8031
commit 383e1418ff

View file

@ -36,7 +36,7 @@ namespace android {
namespace base {
/**
* A region of a file mapped into memory.
* A region of a file mapped into memory, also known as MmapFile.
*/
class MappedFile {
public: