Home
last modified time | relevance | path

Searched refs:outputfilename (Results 1 – 3 of 3) sorted by relevance

/trunk/main/l10ntools/scripts/tool/
H A Dxtxex.py33 …def merge_file(self, inputfilename, outputfilename, parsed_file_ref, lang, is_forced_lang, sdfdata… argument
36 mod_outputfilename = outputfilename
44 self.make_dirs(outputfilename)
46 f = open(outputfilename, "w+")
49 print("ERROR: Can not write file " + outputfilename)
56 self.copy_file(inputfilename, outputfilename)
H A Dl10ntool.py47 …def merge_file(self, inputfilename, outputfilename, parsed_file_ref, lang, is_forced_lang, sdfdata… argument
55 def merge_one_big_file(self, inputfile, outputfilename, parsed_file_ref, lang, sdfdata): argument
112 def copy_file(self, inputfilename, outputfilename): argument
114 os.remove(outputfilename)
119 os.remove(outputfilename)
124 shutil.copy(inputfilename, outputfilename)
126 … print("ERROR: Can not copy file '" + inputfilename + "' to " + "'" + outputfilename + "'")
H A Dxhtex.py79 …def merge_file(self, inputfilename, outputfilename, parsed_file_ref, lang,is_forced_lang, sdfdata): argument
81 mod_outputfilename = outputfilename.replace("_en-US",'')
91 self.make_dirs(outputfilename)
93 f = open(outputfilename, "w+")
97 print "ERROR: Can not write file " + outputfilename

Completed in 13 milliseconds