Home | History | Annotate | Download | only in modp_b64

Lines Matching refs:infile

252 for infile in input_files:
253 if env.compilable(infile):
254 if (type(infile) == type('')
255 and (infile.startswith('$SRC_DIR/third_party/modp_b64/')
256 or not os.path.isabs(env.subst(infile)))):
259 base, ext = os.path.splitext(os.path.normpath(infile))
263 if not infile.startswith('$SRC_DIR/third_party/modp_b64/'):
264 infile = '$SRC_DIR/third_party/modp_b64/' + infile
265 infile = env.StaticObject(object, infile)[0]
267 infile = env.StaticObject(infile)[0]
268 _result.append(infile)