Home | History | Annotate | Download | only in zlib

Lines Matching refs:infile

281 for infile in input_files:
282 if env.compilable(infile):
283 if (type(infile) == type('')
284 and (infile.startswith('$SRC_DIR/third_party/zlib/')
285 or not os.path.isabs(env.subst(infile)))):
288 base, ext = os.path.splitext(os.path.normpath(infile))
292 if not infile.startswith('$SRC_DIR/third_party/zlib/'):
293 infile = '$SRC_DIR/third_party/zlib/' + infile
294 infile = env.StaticObject(object, infile)[0]
296 infile = env.StaticObject(infile)[0]
297 _result.append(infile)