| FileUtils.cpp |
If the OS does not have posix_fallocate(), fake it. First use
* ftruncate() to set the file size, then write a single byte to
* the last byte in each block within the extended region. This
* is the same technique used by glibc to implement posix_fallocate()
* on systems that do not have a real fallocate() system call.
|
15805 |
| FileUtils.h |
RAII wrapper for FILE descriptors |
4596 |
| MemUtils.cpp |
|
1681 |
| MemUtils.h |
|
559 |
| moz.build |
|
373 |
| objs.mozbuild |
|
582 |
| standalone |
|
|
| XREAppData.cpp |
|
1758 |