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

  /ndk/build/tools/
ndk-common.sh 81 TMPLOG=
84 TMPLOG="$NDK_LOGFILE"
102 TMPLOG="$NDK_LOGFILE"
103 rm -rf "$TMPLOG" && mkdir -p `dirname "$TMPLOG"` && touch "$TMPLOG"
104 echo "To follow build in another terminal, please use: tail -F $TMPLOG"
109 if [ -n "$TMPLOG" ] ; then
110 echo "$@" >> $TMPLOG
117 if [ -n "$TMPLOG" ] ; the
    [all...]
build-gdbserver.sh 215 dump "Could not configure gdbserver build. See $TMPLOG"
243 dump "Could not install $DSTFILE. See $TMPLOG"
build-gcc.sh 250 echo "Error while copying sysroot files. See $TMPLOG"
388 dump "Error while trying to configure toolchain build. See $TMPLOG"
413 echo "Error while building mingw/darwin toolchain. See $TMPLOG"
418 echo "Error while building toolchain. See $TMPLOG"
435 echo "Error while installing toolchain. See $TMPLOG"
download-toolchain-sources.sh 277 fail_panic "Could not package toolchain source archive ?. See $TMPLOG"
293 rm -f $TMPLOG
  /bootable/recovery/
recovery.cpp 315 FILE *tmplog = fopen(source, "r"); local
316 if (tmplog != NULL) {
318 fseek(tmplog, tmplog_offset, SEEK_SET); // Since last write
321 while (fgets(buf, sizeof(buf), tmplog)) fputs(buf, log);
323 tmplog_offset = ftell(tmplog);
325 check_and_fclose(tmplog, source);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh 477 "$@" >>$TMPLOG 2>&1
502 TMPLOG=$BUILD_DIR/build.log
503 rm -rf $TMPLOG && touch $TMPLOG
528 echo "To follow build, run: tail -F $TMPLOG"
1212 (eval $(task_get_cmd $TASK)) >> $TMPLOG 2>&1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 477 "$@" >>$TMPLOG 2>&1
502 TMPLOG=$BUILD_DIR/build.log
503 rm -rf $TMPLOG && touch $TMPLOG
528 echo "To follow build, run: tail -F $TMPLOG"
1212 (eval $(task_get_cmd $TASK)) >> $TMPLOG 2>&1
    [all...]

Completed in 799 milliseconds