Home
last modified time | relevance | path

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

/development/scripts/
Dcargo2android.py199 self.outf = None # open file handle of outf_name during dump*
234 self.outf.write(s + '\n')
286 with open(outf_name, 'a') as outf: # to write debug info
287 self.outf = outf
288 other.outf = outf
497 with open(self.outf_name, 'a') as outf:
498 self.outf = outf
869 self.outf.write(s + '\n')
914 with open(self.outf_name, 'a') as outf:
915 self.outf = outf
[all …]
Dadd3prf.py121 with open("METADATA", "w") as outf:
122 outf.write(METADATA_CONTENT.format(
257 with open("OWNERS", mode) as outf:
258 outf.write(DEFAULT_OWNERS)