Lines Matching refs:open
322 with open(in_path, 'r') as in_file, open(out_path, 'w') as out_file:
338 with open(out_path, 'w') as out_file:
343 with open(in_path, 'r') as in_file:
353 with open(os.path.join(SupportLibGenTestDir(), shared_rsh), 'a') as shared:
421 with open(SupportLib19MakefileLocation(), 'w') as gen_file:
578 with open(ForwardMakefileLocation(build_tool_version_name), 'w') as gen_file:
582 with open(ForwardAndroidManifestLocation(build_tool_version_name), 'w') as gen_file:
587 with open(ForwardJavaApiVersionLocation(build_tool_version_name), 'w') as gen_file:
591 with open(ForwardMakeTargetsLocation(), 'w') as gen_file:
683 with open(BackwardJavaFileLocation(), 'w') as gen_file:
691 with open(Backward19JavaFileLocation(), 'w') as gen_file:
696 with open(Backward19MakefileLocation(), 'w') as gen_file: