Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dlog.c200 char *oldLog; in LogFilePrep() local
203 (asprintf(&oldLog, "%s%s", logFileName, suffix) == -1)) { in LogFilePrep()
208 if (rename(logFileName, oldLog) == -1) { in LogFilePrep()
210 logFileName, oldLog); in LogFilePrep()
212 free(oldLog); in LogFilePrep()