文件操作 - events.py
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/qemu-kvm/tracetool/backend/events.py
编辑文件内容
#!/usr/bin/env python # -*- coding: utf-8 -*- """ Generic event description. This is a dummy backend to establish appropriate frontend/backend compatibility checks. """ __author__ = "Lluís Vilanova <vilanova@ac.upc.edu>" __copyright__ = "Copyright 2012, Lluís Vilanova <vilanova@ac.upc.edu>" __license__ = "GPL version 2 or (at your option) any later version" __maintainer__ = "Stefan Hajnoczi" __email__ = "stefanha@linux.vnet.ibm.com" def events_h(events): pass def events_c(events): pass
修改文件时间
将文件时间修改为当前时间的前一年
删除文件