Searched refs:TEMP_DIR (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Linux/
H A Dinterception_readdir_r_test.cc24 fputs("test1: reading the " TEMP_DIR " directory...\n", stderr);
25 DIR *d = opendir(TEMP_DIR);
45 fputs("test2: reading the " TEMP_DIR " directory...\n", stderr);
46 d = opendir(TEMP_DIR);
/external/libvpx/
H A Dgenerate_config.sh71 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
73 print_config_basic $1 > $BASE_DIR/$TEMP_DIR/libvpx.config
78 -o $BASE_DIR/$TEMP_DIR/libvpx.config
85 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
92 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
100 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
108 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
113 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
144 TEMP_DIR="$LIBVPX_SRC_DIR.temp"
145 rm -rf $TEMP_DIR
[all...]
/external/autotest/site_utils/
H A Dlxc_functional_test.py30 TEMP_DIR = tempfile.mkdtemp(dir=lxc.DEFAULT_CONTAINER_PATH, variable
32 RESULT_PATH = os.path.join(TEMP_DIR, 'results', str(TEST_JOB_ID))
247 bucket = lxc.ContainerBucket(TEMP_DIR)
270 logging.info('Cleaning up temporary directory %s.', TEMP_DIR)
272 lxc.ContainerBucket(TEMP_DIR).destroy_all()
274 utils.run('sudo rm -rf "%s"' % TEMP_DIR)

Completed in 165 milliseconds