Home | History | Annotate | Download | only in icu

Lines Matching refs:infile

258 for infile in input_files:
259 if env.compilable(infile):
260 if (type(infile) == type('')
261 and (infile.startswith('$SRC_DIR/third_party/icu/')
262 or not os.path.isabs(env.subst(infile)))):
265 base, ext = os.path.splitext(os.path.normpath(infile))
269 if not infile.startswith('$SRC_DIR/third_party/icu/'):
270 infile = '$SRC_DIR/third_party/icu/' + infile
271 infile = env.StaticObject(object, infile)[0]
273 infile = env.StaticObject(infile)[0]
274 _result.append(infile)