Home
last modified time | relevance | path

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

/external/libaom/libaom/tools/
Dinspect-cli.js32 Module._open_file();
/external/autotest/client/bin/
Dutils_unittest.py24 utils._open_file = self.fake_open
Dutils.py525 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): function
1782 with _open_file(path) as f: