Home
last modified time | relevance | path

Searched refs:sdcard (Results 1 – 2 of 2) sorted by relevance

/dalvik/tests/071-dexfile/
Dinfo.txt4 NOTE: the test requires that /sdcard exists and is writable.
/dalvik/tests/074-gc-thrash/src/
DMain.java97 File sdcard = new File("/sdcard"); in getDumpFileName() local
98 if (sdcard.exists() && sdcard.isDirectory()) { in getDumpFileName()