Searched refs:tempFileSys (Results 1 – 1 of 1) sorted by relevance
115 File tempFileSys = new File(PICO_SYSTEM_LINGWARE_PATH + filename); in fileExists() local116 if ((!tempFile.exists()) && (!tempFileSys.exists())) { in fileExists()