Home
last modified time | relevance | path

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

/external/libvpx/
Dgenerate_config.sh68 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
70 print_config_basic $1 > $BASE_DIR/$TEMP_DIR/libvpx.config
75 -o $BASE_DIR/$TEMP_DIR/libvpx.config
81 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
88 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
95 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
102 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
106 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
137 TEMP_DIR="$LIBVPX_SRC_DIR.temp"
138 rm -rf $TEMP_DIR
[all …]
/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/
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))
255 bucket = lxc.ContainerBucket(TEMP_DIR)
278 logging.info('Cleaning up temporary directory %s.', TEMP_DIR)
280 lxc.ContainerBucket(TEMP_DIR).destroy_all()
282 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):