Lines Matching refs:open
3 # Copyright (C) 2007 The Android Open Source Project
95 stub_fp = open(tokens[1])
154 opcode_fp = open("%s/%s" % (target_arch, interp_defs_file))
231 # Append the file specified by "source" to the open "outfp". Each line will
247 infp = open(source, "r")
345 # Open config file.
348 config_fp = open("config-%s" % target_arch)
350 print "Unable to open config file 'config-%s'" % target_arch
354 # Open and prepare output files.
357 asm_fp = open("%s/CompilerTemplateAsm-%s.S" % (output_dir, target_arch), "w")
359 print "Unable to open output files"
363 # failed to open we probably won't be able to remove them either.