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. 15805 63 %
FileUtils.h RAII wrapper for FILE descriptors 4596 100 %
MemUtils.cpp 1681 100 %
MemUtils.h 559 -
moz.build 373 -
objs.mozbuild 582 -
standalone 70 %
XREAppData.cpp 1800 92 %