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