Lines Matching refs:open
302 with open(in_path, 'r') as in_file, open(out_path, 'w') as out_file:
318 with open(out_path, 'w') as out_file:
323 with open(in_path, 'r') as in_file:
333 with open(os.path.join(SupportLibGenTestDir(), shared_rsh), 'a') as shared:
400 with open(SupportLib19MakefileLocation(), 'w') as gen_file:
532 with open(ForwardMakefileLocation(build_tool_version_name), 'w') as gen_file:
536 with open(ForwardAndroidManifestLocation(build_tool_version_name), 'w') as gen_file:
541 with open(ForwardMakeTargetsLocation(), 'w') as gen_file:
632 with open(BackwardJavaFileLocation(), 'w') as gen_file:
640 with open(Backward19JavaFileLocation(), 'w') as gen_file:
645 with open(Backward19MakefileLocation(), 'w') as gen_file: