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