Searched refs:logFileName (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | log.c | 188 char *logFileName = NULL; in LogFilePrep() local 192 if (asprintf(&logFileName, fname, idstring) == -1) in LogFilePrep() 198 if (!stat(logFileName, &buf) && S_ISREG(buf.st_mode)) { in LogFilePrep() 203 (asprintf(&oldLog, "%s%s", logFileName, suffix) == -1)) { in LogFilePrep() 208 if (rename(logFileName, oldLog) == -1) { in LogFilePrep() 210 logFileName, oldLog); in LogFilePrep() 216 if (remove(logFileName) != 0 && errno != ENOENT) { in LogFilePrep() 218 logFileName, strerror(errno)); in LogFilePrep() 222 return logFileName; in LogFilePrep() 242 char *logFileName = NULL; in LogInit() local [all …]
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 93655 if (asprintf(&logFileName, fname, display) == -1)
|