Home
last modified time | relevance | path

Searched refs:TMP_DIR (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/tools/docker/
Dparameterized_docker_build.sh220 TMP_DIR=$(mktemp -d)
222 echo "Docker build will occur in temporary directory: ${TMP_DIR}"
225 cp -r ${SCRIPT_DIR}/* "${TMP_DIR}/"
228 DOCKERFILE="${TMP_DIR}/Dockerfile"
268 cp "${PIP_WHL}" "${TMP_DIR}/" || \
291 cp "${PIP_WHL}" "${TMP_DIR}/" || \
316 pushd "${TMP_DIR}/"
319 PIP_WHL_PATH=`find ${TMP_DIR} -name "*.whl"`
359 DOCKERFILE="${TMP_DIR}/Dockerfile"
373 echo "build ${TF_BAZEL_BUILD_OPTIONS}" >> ${TMP_DIR}/.bazelrc
[all …]
/external/webrtc/talk/build/
Dbuild_jar.sh38 TMP_DIR="$1"; shift
47 rm -rf "$TMP_DIR"
48 mkdir -p "$TMP_DIR"
50 $JAVA_HOME/bin/javac -Xlint:deprecation -Xlint:unchecked -d "$TMP_DIR" \
52 $JAVA_HOME/bin/jar cf "$JAR_NAME" -C "$TMP_DIR" .
/external/tensorflow/tensorflow/tools/ci_build/
Dci_parameterized_build.sh583 TMP_DIR=""
589 TMP_DIR=$(mktemp -d)
590 echo "Docker build will occur in temporary directory: ${TMP_DIR}"
594 cp -r "${SCRIPT_DIR}/install" "${TMP_DIR}/install" || \
598 cp "${DOCKERFILE}" "${TMP_DIR}/" || \
600 DOCKERFILE="${TMP_DIR}/Dockerfile.${TF_BUILD_CONTAINER_TYPE}"
618 echo "Finished script... disk usage report in ${TMP_DIR}"
619 du -k -d 2 ${TMP_DIR} | sort -n -r
662 if [[ ! -z "${TMP_DIR}" ]]; then
663 echo "Cleaning up temporary directory: ${TMP_DIR}"
[all …]
/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise01.c35 #define TMP_DIR "tmp_madvise" macro
36 #define TEST_FILE TMP_DIR"/testfile"
75 SAFE_MKDIR(TMP_DIR, 0664); in setup()
76 SAFE_MOUNT(TMP_DIR, TMP_DIR, "tmpfs", 0, NULL); in setup()
102 SAFE_UMOUNT(TMP_DIR); in cleanup()
/external/protobuf/objectivec/
Dgenerate_well_known_types.sh57 TMP_DIR=$(mktemp -d)
58 trap "rm -rf ${TMP_DIR}" EXIT
59 ./protoc --objc_out="${TMP_DIR}" ${RUNTIME_PROTO_FILES[@]}
61 diff -r "${TMP_DIR}/google" "${ProtoRootDir}/objectivec/google" > /dev/null
76 cp -r "${TMP_DIR}/google/." "${ProtoRootDir}/objectivec/google/"
/external/libcups/
Dupdate_libcups.sh22 TMP_DIR=$(mktemp -d)
23 echo "Created temporary dir $TMP_DIR"
27 cd $TMP_DIR
75 rm -rf $TMP_DIR
/external/tensorflow/tensorflow/lite/examples/android/app/
Ddownload-models.gradle5 * project.ext.TMP_DIR: absolute path to hold downloaded zip files
38 dest new File(project.ext.TMP_DIR)
47 from tarTree(project.ext.TMP_DIR + '/' + localFile)
49 from zipTree(project.ext.TMP_DIR + '/' + localFile)
60 if (!(new File(project.ext.TMP_DIR + '/' + localFile)).exists()) {
Dbuild.gradle5 project.ext.TMP_DIR = project.buildDir.toString() + '/downloads'
/external/brotli/tests/
Droundtrip_test.sh11 TMP_DIR=bin/tmp
25 compressed=${TMP_DIR}/${file##*/}.br
26 uncompressed=${TMP_DIR}/${file##*/}.unbr
Dcompatibility_test.sh12 TMP_DIR=bin/tmp
17 uncompressed=${TMP_DIR}/${expected##*/}.uncompressed
/external/tensorflow/tensorflow/lite/lib_package/
Dcreate_ios_frameworks.sh54 TMP_DIR=$(mktemp -d)
55 echo "Package dir: " $TMP_DIR
56 FW_DIR=$TMP_DIR/tensorflow_lite_ios_frameworks
117 rm -rf $TMP_DIR
/external/tensorflow/tensorflow/examples/android/
Ddownload-models.gradle5 * project.ext.TMP_DIR: absolute path to hold downloaded zip files
35 dest new File(project.ext.TMP_DIR)
42 from zipTree(project.ext.TMP_DIR + '/' + localFile)
52 if (!(new File(project.ext.TMP_DIR + '/' + localFile)).exists()) {
Dbuild.gradle76 project.ext.TMP_DIR = project.buildDir.toString() + '/downloads'
/external/autotest/server/hosts/
Dgce_host.py18 TMP_DIR='/usr/local/tmp' variable
121 def get_tmp_dir(self, parent=TMP_DIR):
133 if not parent.startswith(TMP_DIR):
134 parent = os.path.join(TMP_DIR, parent.lstrip(os.path.sep))
Dadb_host.py57 TMP_DIR = '/data/local/tmp' variable
1006 if not parent.startswith(TMP_DIR):
1007 parent = os.path.join(TMP_DIR, parent.lstrip(os.path.sep))
/external/tensorflow/tensorflow/contrib/makefile/
Dcreate_ios_frameworks.sh29 TMP_DIR=$(mktemp -d)
30 echo "Package dir: " $TMP_DIR
31 FW_DIR=$TMP_DIR/tensorflow_ios_frameworks
110 rm -rf $TMP_DIR
/external/tensorflow/tensorflow/tools/ci_build/builds/
Dtest_user_ops.sh53 TMP_DIR=$(mktemp -d)
54 mkdir -p "${TMP_DIR}"
57 rm -rf "${TMP_DIR}"
77 pushd "${TMP_DIR}"
Dpip.sh361 TMP_DIR=$(mktemp -d)
362 pushd "${TMP_DIR}"
378 rm -rf "${TMP_DIR}" "${CLEAN_VENV_DIR}"
460 TMP_DIR=$(mktemp -d)
461 pushd "${TMP_DIR}"
Dpip_new.sh329 TMP_DIR=$(mktemp -d)
330 pushd "${TMP_DIR}"
337 sudo rm -rf "${TMP_DIR}"
/external/skia/bin/
Dtry.py28 TMP_DIR = os.path.join(tempfile.gettempdir(), 'sktry') variable
39 if not os.path.isdir(TMP_DIR):
40 os.mkdir(TMP_DIR)
41 with utils.chdir(TMP_DIR):
/external/skqp/bin/
Dtry.py28 TMP_DIR = os.path.join(tempfile.gettempdir(), 'sktry') variable
39 if not os.path.isdir(TMP_DIR):
40 os.mkdir(TMP_DIR)
41 with utils.chdir(TMP_DIR):
/external/curl/lib/
DMakefile.vxworks127 TMP_DIR := tmp
137 OBJLIST := $(CSOURCES:%.c=$(TMP_DIR)/%$(OBJ_EXTENSION))
148 $(TMP_DIR)/%$(OBJ_EXTENSION): %.c $(MAKEFILES)
176 $(_@_) rm -rf $(TMP_DIR)
/external/markdown/
Dtest-markdown.py13 TMP_DIR = "./tmp/" variable
160 if not os.path.exists(TMP_DIR):
161 os.mkdir(TMP_DIR)
197 html_diff_file_path = os.path.join(TMP_DIR, os.path.split(dir)[-1]) + ".html"
/external/ltp/testcases/kernel/controllers/memcg/functional/
Dmemcg_lib.sh52 TMP_DIR="$PWD"
63 cd "$TMP_DIR"
361 TMP_FILE="$TMP_DIR/tmp"
497 ROD cd "$TMP_DIR"