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

  /external/compiler-rt/test/asan/TestCases/Linux/
interception_readdir_r_test.cc 24 fputs("test1: reading the " TEMP_DIR " directory...\n", stderr);
25 DIR *d = opendir(TEMP_DIR);
45 fputs("test2: reading the " TEMP_DIR " directory...\n", stderr);
46 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 155 TEMP_DIR=/tmp/build-mingw64-toolchain-$USER
169 --work-dir=*) TEMP_DIR=$optarg;;
237 --work-dir=<path> Specify work/build directory [$TEMP_DIR]."
288 mkdir -p $TEMP_DIR
291 rm -rf $TEMP_DIR/*
294 LOG_FILE=$TEMP_DIR/build.log
324 echo "int main() { return 0; }" > $TEMP_DIR/test-host-cc.c
325 $PROBE_CC -c $TEMP_DIR/test-host-cc.c -o $TEMP_DIR/test-host-cc.o > /dev/null
328 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/libvpx/
generate_gypi.sh 268 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
270 print_config_basic $1 > $BASE_DIR/$TEMP_DIR/libvpx.config
275 -o $BASE_DIR/$TEMP_DIR/libvpx.config
281 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
289 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
297 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
302 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
327 TEMP_DIR="$LIBVPX_SRC_DIR.temp"
328 rm -rf $TEMP_DIR
329 cp -R $LIBVPX_SRC_DIR $TEMP_DIR
    [all...]
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 155 TEMP_DIR=/tmp/build-mingw64-toolchain-$USER
169 --work-dir=*) TEMP_DIR=$optarg;;
237 --work-dir=<path> Specify work/build directory [$TEMP_DIR]."
288 mkdir -p $TEMP_DIR
291 rm -rf $TEMP_DIR/*
294 LOG_FILE=$TEMP_DIR/build.log
324 echo "int main() { return 0; }" > $TEMP_DIR/test-host-cc.c
325 $PROBE_CC -c $TEMP_DIR/test-host-cc.c -o $TEMP_DIR/test-host-cc.o > /dev/null
328 file $TEMP_DIR/test-host-cc.o | grep -q -e "x86[_-]64
    [all...]

Completed in 349 milliseconds