Home | History | Annotate | Download | only in logcat

Lines Matching full:file1

112         char *file0, *file1;
114 asprintf(&file1, "%s.%.*d", g_outputFileName, maxRotationCountDigits, i);
122 if (!file0 || !file1) {
127 err = rename(file0, file1);
133 free(file1);