Searched refs:_open_file (Results 1 – 3 of 3) sorted by relevance
32 Module._open_file();
24 utils._open_file = self.fake_open
525 with _open_file('/proc/meminfo') as f:585 with _open_file('/proc/sys/fs/file-nr') as f:1635 with _open_file('/proc/stat') as proc_stat:1768 def _open_file(path): function1782 with _open_file(path) as f: