Name Description Size Coverage
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. 15684 63 %
FileUtils.h RAII wrapper for FILE descriptors 4475 100 %
MemUtils.cpp 1560 100 %
MemUtils.h 438 -
moz.build 284 -
objs.mozbuild 493 -
standalone 70 %
XREAppData.cpp 1679 92 %