Home
last modified time | relevance | path

Searched refs:doesConfigFileExist (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/
DEthernetConfigStore.java55 private static boolean doesConfigFileExist(final String filepath) { in doesConfigFileExist() method in EthernetConfigStore
92 if (doesConfigFileExist(newFilePath + filename)) { in read()
101 if (!doesConfigFileExist(oldFilePath + filename)) return; in read()