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

  /external/chromium_org/remoting/tools/
build_me2me_tarball.sh 36 TEMP_DIR="$(mktemp -d)"
37 trap 'rm -rf "$TEMP_DIR"' EXIT
40 mkdir "$TEMP_DIR/$TARBALL_DIR"
43 cp "$file" "$TEMP_DIR/$TARBALL_DIR"
44 strip "$TEMP_DIR/$TARBALL_DIR/$file" 2>/dev/null || true
49 tar -zcf "$TARBALL" -C "$TEMP_DIR" "$TARBALL_DIR"
  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
interception_readdir_r_test.cc 21 fputs("test1: reading the " TEMP_DIR " directory...\n", stderr);
22 DIR *d = opendir(TEMP_DIR);
41 fputs("test2: reading the " TEMP_DIR " directory...\n", stderr);
42 d = opendir(TEMP_DIR);
  /external/chromium_org/chrome/tools/build/mac/
build_app_dmg 40 --tempdir "${TEMP_DIR}" \
  /ndk/build/tools/
build-docs.sh 79 TEMP_DIR=$NDK_TMPDIR/build-docs
80 mkdir -p "$TEMP_DIR"
98 TMP_FILE=$TEMP_DIR/$(basename "$DST_FILE").temp
107 run rm -rf "$TEMP_DIR"
build-mingw64-toolchain.sh 163 TEMP_DIR=/tmp/build-mingw64-toolchain-$USER
177 --work-dir=*) TEMP_DIR=$optarg;;
215 echo " --work-dir=<path> Specify work/build directory [$TEMP_DIR]."
265 mkdir -p $TEMP_DIR
268 rm -rf $TEMP_DIR/*
271 LOG_FILE=$TEMP_DIR/build.log
301 echo "int main() { return 0; }" > $TEMP_DIR/test-host-cc.c
302 $PROBE_CC -c $TEMP_DIR/test-host-cc.c -o $TEMP_DIR/test-host-cc.o > /dev/null
305 file $TEMP_DIR/test-host-cc.o | grep -q -e "x86[_-]64
    [all...]
build-host-python.sh 198 TEMP_DIR=$BUILD_DIR/tmp
200 ARCHIVE_DIR=$TEMP_DIR/archive
201 STAMP_DIR=$TEMP_DIR/timestamps
202 BUILD_DIR=$TEMP_DIR/build-$HOST_TAG
  /external/chromium_org/third_party/openssl/
import_from_android.sh 222 TEMP_DIR=${OPT#--temp-dir=}
223 if [ -z "$TEMP_DIR" ]; then
247 if [ -z "$TEMP_DIR" ]; then
248 TEMP_DIR=$(mktemp -d)
250 rm -rf "$TEMP_DIR"
253 log "Temporary directory created: $TEMP_DIR"
255 log "Using user-provided temp directory: $TEMP_DIR"
277 BUILD_DIR=$TEMP_DIR/build

Completed in 1226 milliseconds