Lines Matching refs:file
10 # you may not use this file except in compliance with the License.
123 raise Exception("Failed to read source prop file '%s': %s" % (propFilePath, str(e)))
125 raise Exception("Failed to read source prop file '%s': unkown error")
294 Expand mixed list of file and directory paths into a flattened list
300 for file in files:
301 yield os.path.join(root, file)
325 for file in expandedInputs:
326 if file not in existingInputs:
327 print("ERROR: Missing input file: %s" % file)