Lines Matching refs:file_path
252 def WriteLines(self, file_path, lines):
258 file_path: string, environment specific path to file.
332 def WriteLines(self, file_path, lines):
333 with open(file_path, 'w') as f:
360 for file_path in os.listdir(arch_cache_path):
361 file_path = '{0}/{1}'.format(arch_cache_path, file_path)
362 if os.path.isfile(file_path):
363 os.unlink(file_path)
413 def WriteLines(self, file_path, lines):
417 self._AdbPush(temp_file.name, file_path)