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