Searched refs:sdPath (Results 1 – 1 of 1) sorted by relevance
593 String sdPath = Environment.getExternalStorageDirectory().getPath(); in createFileOnSD() local594 StringBuilder fullPath = new StringBuilder(sdPath); in createFileOnSD()