Searched refs:mkdtemp (Results 1 - 8 of 8) sorted by path

/art/oatdump/
H A Doatdump_test.h61 if (mkdtemp(&dir[0]) == nullptr) {
62 PLOG(FATAL) << "mkdtemp(\"" << &dir[0] << "\") failed";
/art/runtime/
H A Dcommon_runtime_test.cc209 if (mkdtemp(&android_data[0]) == nullptr) {
210 PLOG(FATAL) << "mkdtemp(\"" << &android_data[0] << "\") failed";
/art/test/testrunner/
H A Denv.py115 ART_HOST_TEST_DIR = tempfile.mkdtemp(prefix = 'test-art-')
H A Dtestrunner.py508 tempfile.mkdtemp(dir=env.ART_HOST_TEST_DIR)) + options_test
/art/tools/common/
H A Dcommon.py36 from tempfile import mkdtemp namespace
300 self._env_path = mkdtemp(dir='/tmp/', prefix=directory_prefix)
386 self._host_env_path = mkdtemp(dir='/tmp/', prefix=directory_prefix)
/art/tools/jfuzz/
H A Drun_dex_fuzz_test.py24 from tempfile import mkdtemp namespace
72 self._results_dir = mkdtemp(dir='/tmp/')
73 self._dexfuzz_dir = mkdtemp(dir=self._results_dir)
74 self._inputs_dir = mkdtemp(dir=self._dexfuzz_dir)
H A Drun_jfuzz_test.py28 from tempfile import mkdtemp namespace
408 self._results_dir = mkdtemp(dir='/tmp/')
409 self._jfuzz_dir = mkdtemp(dir=self._results_dir)
H A Drun_jfuzz_test_nightly.py26 from tempfile import mkdtemp namespace
80 global_out_dir = mkdtemp('jfuzz_nightly')

Completed in 176 milliseconds