Searched refs:tmpdir (Results 1 - 2 of 2) sorted by relevance

/art/test/dexdump/
H A Drun-all-tests37 tmpdir=/tmp/test-$$
38 mkdir ${tmpdir}
58 gentxtfile=${tmpdir}/${txtfile}
59 genxmlfile=${tmpdir}/${xmlfile}
60 genlstfile=${tmpdir}/${lstfile}
94 rm -rf ${tmpdir}
/art/runtime/
H A Dcommon_runtime_test.cc186 const char* tmpdir = getenv("TMPDIR"); local
187 if (tmpdir != nullptr && tmpdir[0] != 0) {
188 android_data = tmpdir;

Completed in 77 milliseconds