Searched defs:newFile (Results 1 – 3 of 3) sorted by relevance
231 File newFile = new File(filePath); in unzip() local
1128 File newFile = new File(destDir + File.separator + entry.getName()); in unzip() local
711 int WriteBinFile(const char *pathName, const uint8_t *buf, const size_t bufLen, bool newFile) in WriteBinFile()