Searched refs:oldFilePath (Results 1 – 1 of 1) sorted by relevance
59 private void writeLegacyIpConfigToApexPath(final String newFilePath, final String oldFilePath, in writeLegacyIpConfigToApexPath() argument69 final AtomicFile src = new AtomicFile(new File(oldFilePath + filename)); in writeLegacyIpConfigToApexPath()89 void read(final String newFilePath, final String oldFilePath, final String filename) { in read() argument101 if (!doesConfigFileExist(oldFilePath + filename)) return; in read()102 loadConfigFileLocked(oldFilePath + filename); in read()103 writeLegacyIpConfigToApexPath(newFilePath, oldFilePath, filename); in read()