blobfs.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:blobfs-poc 作者: eddieantonio 项目源码 文件源码
def stat(self) -> Stat:
        # Return a regular file with read permissions to everybody and ZERO
        # length!
        now = time.time()
        return dict(st_mode=(S_IFREG | 0o644),
                    st_nlink=1,
                    st_ctime=now,
                    st_mtime=now,
                    st_attime=now)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号