Home | History | Annotate | Download | only in net

Lines Matching refs:infile

291 for infile in input_files:
292 if env.compilable(infile):
293 if (type(infile) == type('')
294 and (infile.startswith('$SRC_DIR/net/')
295 or not os.path.isabs(env.subst(infile)))):
298 base, ext = os.path.splitext(os.path.normpath(infile))
302 if not infile.startswith('$SRC_DIR/net/'):
303 infile = '$SRC_DIR/net/' + infile
304 infile = env.StaticObject(object, infile)[0]
306 infile = env.StaticObject(infile)[0]
307 _result.append(infile)