Name Description Size
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 ScopedCloseFD is a RAII wrapper for POSIX file descriptors Instances |close()| their fds when they go out of scope. 5253
MemUtils.cpp 1966
MemUtils.h 559
moz.build 373
objs.mozbuild 595
standalone
XREAppData.cpp 1638