Home
last modified time | relevance | path

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

/external/chromium_org/build/android/pylib/device/
Ddevice_utils.py607 return self.old_interface.GetProtectedFileContents(device_path)
/external/chromium_org/build/android/pylib/
Dandroid_commands.py1188 def GetProtectedFileContents(self, filename): member in AndroidCommands
1663 for line in self.GetProtectedFileContents('/proc/%s/status' % pid):