Searched refs:infiles (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/build/make/ |
D | armlink_adapter.sh | 26 infiles="$infiles $i" 41 [ -f "$d/$f" ] && infiles="$infiles $d/$f" && found=1 && break 42 [ -f "$d/lib${f}.so" ] && infiles="$infiles $d/lib${f}.so" && found=1 && break 43 [ -f "$d/lib${f}.a" ] && infiles="$infiles $d/lib${f}.a" && found=1 && break 45 [ $found -eq 0 ] && infiles="$infiles $f" 52 cmd="armlink $args --userlibpath=$libsearchpath --output=$outfile $infiles"
|
/external/python/cpython2/Lib/distutils/ |
D | cmd.py | 394 def make_file(self, infiles, outfile, func, args, argument 408 if isinstance(infiles, str): 409 infiles = (infiles,) 410 elif not isinstance(infiles, (list, tuple)): 416 (outfile, ', '.join(infiles)) 421 if self.force or dep_util.newer_group(infiles, outfile):
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_cmd.py | 55 infiles=1, outfile='', func='func', args=()) 62 cmd.make_file(infiles='in', outfile='out', func='func', args=())
|
/external/wpa_supplicant_8/hs20/server/ca/ |
D | setup.sh | 107 … -passin pass:$PASS -selfsign -extensions v3_ca -outdir rootCA/newcerts -infiles rootCA/careq.pem … 128 …/cakey.pem -cert rootCA/cacert.pem -passin pass:$PASS -extensions v3_ca -infiles demoCA/careq.pem …
|
/external/curl/src/ |
D | tool_operate.c | 353 char *infiles; /* might be a glob pattern */ in operate_do() local 401 infiles = urlnode->infile; in operate_do() 403 if(!config->globoff && infiles) { in operate_do() 405 result = glob_url(&inglob, infiles, &infilenum, in operate_do() 426 if(!up && !infiles) in operate_do() 435 uploadfile = strdup(infiles); in operate_do()
|