Searched defs:DeviceTempFile (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/build/android/pylib/
H A Dandroid_commands.py83 class DeviceTempFile(object): class in inherits:object
559 with DeviceTempFile(self, suffix=".sh") as temp_script_file:
1206 with DeviceTempFile(self) as temp_file:
1207 with DeviceTempFile(self, suffix=".sh") as temp_script:
1869 with DeviceTempFile(self, suffix=".sh") as temp_script_file:

Completed in 109 milliseconds