getRecentURLsFile  510 applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/Osmo4.java                     reader = new BufferedReader(new InputStreamReader(new FileInputStream(getRecentURLsFile()),
getRecentURLsFile  543 applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/Osmo4.java                                File tmp = new File(getRecentURLsFile() + ".tmp"); //$NON-NLS-1$
getRecentURLsFile  555 applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/Osmo4.java                                    if (tmp.renameTo(new File(getRecentURLsFile())))
getRecentURLsFile  556 applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/Osmo4.java                                        Log.e(LOG_OSMO_TAG, "Failed to rename " + tmp + " to " + getRecentURLsFile()); //$NON-NLS-1$//$NON-NLS-2$