Searched refs:TEMP_DIR (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/ |
D | generate_config.sh | 70 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/ |
D | macos-trunk.sh | 76 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"
|
D | macos-backdeployment.sh | 88 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/ |
D | create.py | 28 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/ |
D | create.py | 28 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/python/cpython2/PC/VC6/ |
D | _ssl.mak | 4 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/compiler-rt/test/asan/TestCases/Linux/ |
D | interception_readdir_r_test.cc | 24 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/autotest/site_utils/lxc/ |
D | lxc_functional_test.py | 36 TEMP_DIR = tempfile.mkdtemp(dir=lxc.DEFAULT_CONTAINER_PATH, variable 38 RESULT_PATH = os.path.join(TEMP_DIR, 'results', str(TEST_JOB_ID)) 344 setup_base(TEMP_DIR) 345 bucket = lxc.ContainerBucket(TEMP_DIR) 371 logging.info('Cleaning up temporary directory %s.', TEMP_DIR) 373 lxc.ContainerBucket(TEMP_DIR).destroy_all() 375 utils.run('sudo rm -rf "%s"' % TEMP_DIR)
|
/external/noto-fonts/cjk/ |
D | subset_noto_cjk.py | 88 TEMP_DIR = 'subsetted' variable 91 otf_names = ttc_utils.ttcfile_extract(ttc_name, TEMP_DIR) 93 with tool_utils.temp_chdir(TEMP_DIR):
|
/external/brotli/python/tests/ |
D | _test_utils.py | 50 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/ |
D | test_zipimport.py | 56 TEMP_DIR = os.path.abspath("junk95142") variable 91 def makeTree(self, files, dirName=TEMP_DIR): 286 zip2 = TEMP_DIR 300 self.assertEqual(os.path.basename(TEMP_DIR), p1.split(os.sep)[-2]) 316 self.assertEqual(os.path.basename(TEMP_DIR), 324 self.assertEqual(os.path.basename(TEMP_DIR), p1.split(os.sep)[-3]) 329 self.assertEqual(os.path.basename(TEMP_DIR), 334 self.assertEqual(os.path.basename(TEMP_DIR),
|