HomeSort by relevance Sort by last modified time
    Searched refs:_GetFileContents (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/core/platform/
cros_platform_backend.py 33 def _GetFileContents(self, filename):
40 meminfo_contents = self._GetFileContents('/proc/meminfo')
44 status = self._GetFileContents('/proc/%s/status' % pid)
45 stats = self._GetFileContents('/proc/%s/stat' % pid).split()
linux_platform_backend.py 29 meminfo_contents = self._GetFileContents('/proc/meminfo')
33 status = self._GetFileContents('/proc/%s/status' % pid)
34 stats = self._GetFileContents('/proc/%s/stat' % pid).split()
38 io_contents = self._GetFileContents('/proc/%s/io' % pid)
posix_platform_backend.py 20 def _GetFileContents(self, path):
  /external/skia/tools/
rebaseline.py 166 def _GetFileContents(self, filepath):
198 json_contents = self._GetFileContents(json_url)

Completed in 91 milliseconds