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

  /external/tensorflow/tensorflow/contrib/lite/examples/ios/
download_models.sh 33 tempdir2=$(mktemp -d)
36 unzip ${tempdir}/zipped.zip -d ${tempdir2}
40 if ls ${tempdir2}/*/* 1> /dev/null 2>&1; then
43 cp -R ${tempdir2}/*/* ${dir}/
45 cp -R ${tempdir2}/* ${dir}/
47 rm -rf ${tempdir2} ${tempdir}
  /external/tensorflow/tensorflow/contrib/lite/
download_dependencies.sh 66 tempdir2=$(mktemp -d)
69 unzip ${tempdir}/zipped.zip -d ${tempdir2}
73 if ls ${tempdir2}/*/* 1> /dev/null 2>&1; then
76 cp -R ${tempdir2}/*/* ${dir}/
78 cp -R ${tempdir2}/* ${dir}/
80 rm -rf ${tempdir2} ${tempdir}
  /external/curl/src/
tool_dirhie.c 105 char *tempdir2; local
128 tempdir2 = strtok(NULL, PATH_DELIMITERS);
131 if(tempdir2 != NULL) {
150 tempdir = tempdir2;
  /external/tensorflow/tensorflow/contrib/makefile/
download_dependencies.sh 65 tempdir2=$(mktemp -d)
72 unzip "${tempdir}"/* -d "${tempdir2}"
75 cp -R "${tempdir2}"/*/* "${dir}"/
76 rm -rf "${tempdir2}" "${tempdir}"

Completed in 174 milliseconds