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

  /external/abi-dumper/
Makefile.pl 33 my $ARCHIVE_DIR = abs_path(dirname($0));
173 if(-d $ARCHIVE_DIR."/modules")
188 my $Content = readFile($ARCHIVE_DIR."/".$TOOL_SNAME.".pl");
203 if(-d $ARCHIVE_DIR."/modules")
207 copyDir($ARCHIVE_DIR."/modules", $MODULES_PATH);
229 $Inst=~s/\A\Q$ARCHIVE_DIR\E/$To/;
  /external/abi-compliance-checker/
Makefile.pl 38 my $ARCHIVE_DIR = abs_path(dirname($0));
192 my $Content = readFile($ARCHIVE_DIR."/".$TOOL_SNAME.".pl");
211 if(-d $ARCHIVE_DIR."/modules")
215 copyDir($ARCHIVE_DIR."/modules", $MODULES_PATH);
260 $Inst=~s/\A\Q$ARCHIVE_DIR\E/$To/;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 350 # Assume the packages are already downloaded under $ARCHIVE_DIR
365 if [ ! -f "$ARCHIVE_DIR/$PKG_NAME" ]; then
367 (cd $ARCHIVE_DIR && run curl -L -o "$PKG_NAME" "$PKG_URL")
371 MD5SUM=$(md5sum $ARCHIVE_DIR/$PKG_NAME | cut -d" " -f1)
378 run tar xjf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
381 run tar xzf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
387 fail_panic "Can't uncompress $ARCHIVE_DIR/$PKG_NAME"
402 ARCHIVE_DIR=$TEMP_DIR/archive
406 mkdir -p $ARCHIVE_DIR
  /external/toolchain-utils/
generate-waterfall-reports.py 54 ARCHIVE_DIR = '/google/data/rw/users/mo/mobiletc-prebuild/waterfall-reports/'
820 shutil.copy(main_report, ARCHIVE_DIR)
826 shutil.copy(rotating_report, ARCHIVE_DIR)
831 shutil.copy(failures_report, ARCHIVE_DIR)

Completed in 1029 milliseconds