Searched refs:oldFile (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPartFileConvert.cpp446 CPath oldFile = finder.GetFirstFile(CDirIterator::File, filepartindex + wxT(".*")); local
447 while (oldFile.IsOk()) {
448 CPath::RemoveFile(folder.JoinPaths(oldFile));
449 oldFile = finder.GetNextFile();
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/sysklogd/
H A Dsyslogd.c330 char oldFile[i]; local
337 sprintf(oldFile, "%s.%d", G.logFilePath, --i);
338 rename(oldFile, newFile);

Completed in 52 milliseconds