Home
last modified time | relevance | path

Searched refs:TEMP_DIR (Results 1 – 14 of 14) sorted by relevance

/external/libvpx/
Dgenerate_config.sh70 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
74 -o $BASE_DIR/$TEMP_DIR/libvpx.config
79 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
86 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
93 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
100 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
104 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
200 TEMP_DIR="$LIBVPX_SRC_DIR.temp"
201 rm -rf $TEMP_DIR
202 cp -R $LIBVPX_SRC_DIR $TEMP_DIR
[all …]
/external/libcxx/utils/ci/
Dmacos-trunk.sh76 TEMP_DIR="$(mktemp -d)"
77 echo "Created temporary directory ${TEMP_DIR}"
80 echo "Removing temporary directory ${TEMP_DIR}"
81 rm -rf "${TEMP_DIR}"
83 echo "Temporary directory is at '${TEMP_DIR}', make sure to clean it up yourself"
89 LLVM_ROOT="${TEMP_DIR}/llvm"
90 LIBCXX_BUILD_DIR="${TEMP_DIR}/libcxx-build"
91 LIBCXX_INSTALL_DIR="${TEMP_DIR}/libcxx-install"
92 LIBCXXABI_BUILD_DIR="${TEMP_DIR}/libcxxabi-build"
93 LIBCXXABI_INSTALL_DIR="${TEMP_DIR}/libcxxabi-install"
Dmacos-backdeployment.sh88 TEMP_DIR="$(mktemp -d)"
89 echo "Created temporary directory ${TEMP_DIR}"
92 echo "Removing temporary directory ${TEMP_DIR}"
93 rm -rf "${TEMP_DIR}"
95 echo "Temporary directory is at '${TEMP_DIR}', make sure to clean it up yourself"
101 LLVM_ROOT="${TEMP_DIR}/llvm"
102 LIBCXX_BUILD_DIR="${TEMP_DIR}/libcxx-build"
103 LIBCXX_INSTALL_DIR="${TEMP_DIR}/libcxx-install"
104 LIBCXXABI_BUILD_DIR="${TEMP_DIR}/libcxxabi-build"
105 LIBCXXABI_INSTALL_DIR="${TEMP_DIR}/libcxxabi-install"
[all …]
/external/skqp/infra/bots/assets/valgrind/
Dcreate.py28 TEMP_DIR = os.path.join(tempfile.gettempdir(), 'skia-%s' % VALGRIND) variable
29 INSTALL_DIR = os.path.join(TEMP_DIR, 'valgrind_install')
33 with utils.chdir(TEMP_DIR):
41 with utils.chdir(TEMP_DIR):
56 with utils.chdir(os.path.join(TEMP_DIR, VALGRIND)):
63 with utils.chdir(os.path.join(TEMP_DIR, VALGRIND)):
88 if not os.path.isdir(TEMP_DIR):
89 os.makedirs(TEMP_DIR)
/external/skia/infra/bots/assets/valgrind/
Dcreate.py29 TEMP_DIR = os.path.join(tempfile.gettempdir(), 'skia-%s' % VALGRIND) variable
30 INSTALL_DIR = os.path.join(TEMP_DIR, 'valgrind_install')
34 with utils.chdir(TEMP_DIR):
42 with utils.chdir(TEMP_DIR):
57 with utils.chdir(os.path.join(TEMP_DIR, VALGRIND)):
64 with utils.chdir(os.path.join(TEMP_DIR, VALGRIND)):
89 if not os.path.isdir(TEMP_DIR):
90 os.makedirs(TEMP_DIR)
/external/python/cpython2/PC/VC6/
D_ssl.mak4 TEMP_DIR=x86-temp-debug/_ssl macro
9 TEMP_DIR=x86-temp-release/_ssl macro
21 @if not exist "$(TEMP_DIR)/." mkdir "$(TEMP_DIR)"
22 …cl /nologo $(SOURCE) $(CFLAGS) /Fo$(TEMP_DIR)\$*.obj $(INCLUDES) /link /out:$(MODULE) $(LIBS) $(LF…
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dinterception_readdir_r_test.cpp27 fputs("test1: reading the " TEMP_DIR " directory...\n", stderr); in main()
28 DIR *d = opendir(TEMP_DIR); in main()
48 fputs("test2: reading the " TEMP_DIR " directory...\n", stderr); in main()
49 d = opendir(TEMP_DIR); in main()
/external/compiler-rt/test/asan/TestCases/Linux/
Dinterception_readdir_r_test.cc24 fputs("test1: reading the " TEMP_DIR " directory...\n", stderr); in main()
25 DIR *d = opendir(TEMP_DIR); in main()
45 fputs("test2: reading the " TEMP_DIR " directory...\n", stderr); in main()
46 d = opendir(TEMP_DIR); in main()
/external/llvm-project/libcxx/utils/ci/
Dmacos-backdeployment.sh72 TEMP_DIR="$(mktemp -d)"
73 echo "Created temporary directory ${TEMP_DIR}"
76 echo "Removing temporary directory ${TEMP_DIR}"
77 rm -rf "${TEMP_DIR}"
79 echo "Temporary directory is at '${TEMP_DIR}', make sure to clean it up yourself"
85 LLVM_BUILD_DIR="${TEMP_DIR}/llvm-build"
86 LLVM_INSTALL_DIR="${TEMP_DIR}/llvm-install"
114 PREVIOUS_DYLIBS_DIR="${TEMP_DIR}/libcxx-dylibs"
Dmacos-trunk.sh71 TEMP_DIR="$(mktemp -d)"
72 echo "Created temporary directory ${TEMP_DIR}"
75 echo "Removing temporary directory ${TEMP_DIR}"
76 rm -rf "${TEMP_DIR}"
78 echo "Temporary directory is at '${TEMP_DIR}', make sure to clean it up yourself"
84 LLVM_BUILD_DIR="${TEMP_DIR}/llvm-build"
85 LLVM_INSTALL_DIR="${TEMP_DIR}/llvm-install"
/external/autotest/site_utils/lxc/
Dlxc_functional_test.py37 TEMP_DIR = tempfile.mkdtemp(dir=lxc.DEFAULT_CONTAINER_PATH, variable
39 RESULT_PATH = os.path.join(TEMP_DIR, 'results', str(TEST_JOB_ID))
345 setup_base(TEMP_DIR)
346 bucket = lxc.ContainerBucket(TEMP_DIR)
372 logging.info('Cleaning up temporary directory %s.', TEMP_DIR)
374 lxc.ContainerBucket(TEMP_DIR).destroy_all()
376 utils.run('sudo rm -rf "%s"' % TEMP_DIR)
/external/brotli/python/tests/
D_test_utils.py50 TEMP_DIR = tempfile.mkdtemp() variable
54 return os.path.join(TEMP_DIR, os.path.basename(filename + '.bro'))
58 return os.path.join(TEMP_DIR, os.path.basename(filename + '.unbro'))
/external/python/cpython3/Lib/test/
Dtest_zipimport.py57 TEMP_DIR = os.path.abspath("junk95142") variable
92 def makeTree(self, files, dirName=TEMP_DIR):
305 zip2 = TEMP_DIR
319 self.assertEqual(os.path.basename(TEMP_DIR), p1.split(os.sep)[-2])
335 self.assertEqual(os.path.basename(TEMP_DIR),
343 self.assertEqual(os.path.basename(TEMP_DIR), p1.split(os.sep)[-3])
348 self.assertEqual(os.path.basename(TEMP_DIR),
353 self.assertEqual(os.path.basename(TEMP_DIR),
/external/python/cpython3/Lib/test/test_zoneinfo/
Dtest_zoneinfo.py35 TEMP_DIR = None variable
45 global TEMP_DIR
49 TEMP_DIR = pathlib.Path(tempfile.mkdtemp(prefix="zoneinfo"))
50 ZONEINFO_DATA = ZoneInfoData(ZONEINFO_JSON, TEMP_DIR / "v2")
51 ZONEINFO_DATA_V1 = ZoneInfoData(ZONEINFO_JSON, TEMP_DIR / "v1", v1=True)
55 shutil.rmtree(TEMP_DIR)