blobfs.py 文件源码

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

项目:blobfs-poc 作者: eddieantonio 项目源码 文件源码
def stat(self) -> Stat:
        # Return a directory with read and execute (traverse) permissions for
        # everybody.
        now = time.time()
        return dict(st_mode=(S_IFDIR | 0o755),
                    st_nlink=2,
                    st_ctime=now,
                    st_mtime=now,
                    st_attime=now)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号