stats.cc | 33 fd_t stats_fd; variable in namespace:__anonef28f1ee0110 48 stats_fd = OpenFile(path.data(), WrOnly, &err); 49 if (stats_fd == kInvalidFd) { 55 WriteToFile(stats_fd, &sizeof_uptr, 1); 61 if (!path_env || stats_fd == kInvalidFd) 63 if (!stats_fd) 67 WriteToFile(stats_fd, mod->full_name(), 74 WriteLE(stats_fd, s->addr - mod->base_address()); 75 WriteLE(stats_fd, s->data); 78 WriteLE(stats_fd, 0) [all...] |