Searched refs:TEMP_DIR (Results 1 – 4 of 4) sorted by relevance
68 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config70 print_config_basic $1 > $BASE_DIR/$TEMP_DIR/libvpx.config75 -o $BASE_DIR/$TEMP_DIR/libvpx.config81 --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.config137 TEMP_DIR="$LIBVPX_SRC_DIR.temp"138 rm -rf $TEMP_DIR[all …]
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()
31 TEMP_DIR = tempfile.mkdtemp(dir=lxc.DEFAULT_CONTAINER_PATH, variable33 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)
88 TEMP_DIR = 'subsetted' variable91 otf_names = ttc_utils.ttcfile_extract(ttc_name, TEMP_DIR)93 with tool_utils.temp_chdir(TEMP_DIR):