Home
last modified time | relevance | path

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

/external/libvpx/
Dgenerate_config.sh74 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
76 print_config_basic $1 > $BASE_DIR/$TEMP_DIR/libvpx.config
81 -o $BASE_DIR/$TEMP_DIR/libvpx.config
87 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
94 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
101 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
108 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
112 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
162 TEMP_DIR="$LIBVPX_SRC_DIR.temp"
163 rm -rf $TEMP_DIR
[all …]
/external/skia/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/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/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/autotest/site_utils/lxc/
Dlxc_functional_test.py31 TEMP_DIR = tempfile.mkdtemp(dir=lxc.DEFAULT_CONTAINER_PATH, variable
33 RESULT_PATH = os.path.join(TEMP_DIR, 'results', str(TEST_JOB_ID))
343 bucket = lxc.ContainerBucket(TEMP_DIR)
366 logging.info('Cleaning up temporary directory %s.', TEMP_DIR)
368 lxc.ContainerBucket(TEMP_DIR).destroy_all()
370 utils.run('sudo rm -rf "%s"' % TEMP_DIR)
/external/noto-fonts/cjk/
Dsubset_noto_cjk.py88 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.py48 TEMP_DIR = tempfile.mkdtemp() variable
52 return os.path.join(TEMP_DIR, os.path.basename(filename + '.bro'))
56 return os.path.join(TEMP_DIR, os.path.basename(filename + '.unbro'))