0 ) return nullptr; int fd = ::open(path.c_str(), O_RDONLY); if ( fd < 0 ) return nullptr; const void *p = ::mmap(NULL, (size_t)statBuf.st_size, PROT_READ, ...
確定! 回上一頁