Home
last modified time | relevance | path

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

/external/svox/pico/src/com/svox/pico/
DCheckVoiceData.java115 File tempFileSys = new File(PICO_SYSTEM_LINGWARE_PATH + filename); in fileExists() local
116 if ((!tempFile.exists()) && (!tempFileSys.exists())) { in fileExists()