Home
last modified time | relevance | path

Searched refs:filepath (Results 1 – 1 of 1) sorted by relevance

/xen/xen/scripts/xen_analysis/
A Dutils.py6 def grep(filepath, regex): argument
8 res = { "file": filepath, "matches": {} }
10 with open(filepath, "rt") as f:
18 print("WARNING: Can't open {}: {}".format(filepath, e))

Completed in 5 milliseconds