Searched refs:beamPath (Results 1 – 1 of 1) sorted by relevance
393 File beamPath = new File(extRoot + "/" + BEAM_DIR); in processFiles() local395 if (!checkMediaStorage(beamPath) || mUris.size() == 0) { in processFiles()402 beamPath = generateMultiplePath(extRoot + "/" + BEAM_DIR + "/"); in processFiles()403 if (!beamPath.isDirectory() && !beamPath.mkdir()) { in processFiles()404 Log.e(TAG, "Failed to create multiple path " + beamPath.toString()); in processFiles()416 File dstFile = generateUniqueDestination(beamPath.getAbsolutePath(), in processFiles()