HomeSort by relevance Sort by last modified time
    Searched refs:configfile (Results 1 - 7 of 7) sorted by null

  /external/vboot_reference/scripts/image_signing/
ensure_no_nonrelease_files.sh 32 local configfile="$(dirname "$0")/${0/%.sh/.config}"
35 configfile="$2"
38 . "$configfile" || return 1
ensure_sane_lsb-release.sh 121 local configfile="$(dirname "$0")/default_lsb_release.config"
124 configfile="$2"
127 echo -n "Loading config from $configfile... "
128 . "$configfile" || return 1
ensure_secure_kernelparams.sh 84 local configfile="$(dirname "$0")/${0/%.sh/.config}"
87 configfile="$2"
90 . "$configfile" || return 1
  /external/llvm/autoconf/
AutoRegen.sh 23 configfile=configure.ac
29 test -d autoconf && test -f autoconf/$configfile && cd autoconf
30 test -f $configfile || die "Can't find 'autoconf' dir; please cd into it first"
50 autoconf --force --warnings=all -o ../$outfile $configfile || die "autoconf failed"
53 autoheader --warnings=all -I autoconf -I autoconf/m4 autoconf/$configfile || die "autoheader failed"
  /external/opencv3/modules/videoio/src/
cap_xine.cpp 239 char configfile[ 2048 ]; local
242 sprintf( configfile, "%s%s", xine_get_homedir(), "/.xine/config" );
244 xine_config_load( capture->xine, configfile );
  /external/curl/tests/
testcurl.pl 252 my $configfile = "$pwd/$build/lib/curl_config.h";
254 if(-f $configfile && -s $configfile && open(LIBCONFIGH, "<$configfile")) {
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 

Completed in 667 milliseconds