Home
last modified time | relevance | path

Searched refs:tempdir2 (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/make/
Ddownload_dependencies.sh67 tempdir2=$(mktemp -d)
70 unzip ${tempdir}/zipped.zip -d ${tempdir2}
74 if ls ${tempdir2}/*/* 1> /dev/null 2>&1; then
77 cp -R ${tempdir2}/*/* ${dir}/
79 cp -R ${tempdir2}/* ${dir}/
81 rm -rf ${tempdir2} ${tempdir}
/external/tensorflow/tensorflow/lite/experimental/micro/tools/make/
Ddownload_dependencies.sh63 tempdir2=$(mktemp -d)
66 unzip ${tempdir}/zipped.zip -d ${tempdir2}
70 if ls ${tempdir2}/*/* 1> /dev/null 2>&1; then
73 cp -R ${tempdir2}/*/* ${dir}/
75 cp -R ${tempdir2}/* ${dir}/
77 rm -rf ${tempdir2} ${tempdir}
/external/curl/src/
Dtool_dirhie.c105 char *tempdir2; in create_dir_hierarchy() local
128 tempdir2 = strtok(NULL, PATH_DELIMITERS); in create_dir_hierarchy()
131 if(tempdir2 != NULL) { in create_dir_hierarchy()
148 tempdir = tempdir2; in create_dir_hierarchy()
/external/tensorflow/tensorflow/contrib/makefile/
Ddownload_dependencies.sh78 tempdir2=$(mktemp -d)
85 unzip "${tempdir}"/* -d "${tempdir2}"
88 cp -R "${tempdir2}"/*/* "${dir}"/
89 rm -rf "${tempdir2}" "${tempdir}"