Searched refs:nnnAAAAA (Results 1 – 3 of 3) sorted by relevance
135 File nnnAAAAA = new File(DCIM, "100ANDRO"); in ensureOSXCompatible() local136 if (!(nnnAAAAA.exists() || nnnAAAAA.mkdirs())) { in ensureOSXCompatible()137 Log.e(TAG, "Failed to create " + nnnAAAAA.getPath()); in ensureOSXCompatible()
152 File nnnAAAAA = new File( in ensureOSXCompatibleFolder() local155 if ((!nnnAAAAA.exists()) && (!nnnAAAAA.mkdir())) { in ensureOSXCompatibleFolder()156 Log.e(TAG, "create NNNAAAAA file: " + nnnAAAAA.getPath() in ensureOSXCompatibleFolder()
483 File nnnAAAAA = new File(DIRECTORY, "100ANDRO"); in ensureOSXCompatible() local484 if (!(nnnAAAAA.exists() || nnnAAAAA.mkdirs())) { in ensureOSXCompatible()485 Log.e(TAG, "Failed to create " + nnnAAAAA.getPath()); in ensureOSXCompatible()