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:
parent
acf19e8031
commit
383e1418ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue