Searched refs:file1 (Results 1 – 3 of 3) sorted by relevance
/system/core/logcat/ |
D | logcat.cpp | 119 char *file0, *file1; in rotateLogs() local 121 asprintf(&file1, "%s.%d", g_outputFileName, i); in rotateLogs() 129 err = rename (file0, file1); in rotateLogs() 135 free(file1); in rotateLogs()
|
/system/core/init/ |
D | devices.c | 651 char *root, *loading, *data, *file1 = NULL, *file2 = NULL; in process_firmware_event() local 670 l = asprintf(&file1, FIRMWARE_DIR1"/%s", uevent->firmware); in process_firmware_event() 687 fw_fd = open(file1, O_RDONLY); in process_firmware_event() 716 free(file1); in process_firmware_event()
|
/system/media/wilhelm/doc/ |
D | Doxyfile | 1394 # TAGFILES = file1 file2 ... 1397 # TAGFILES = file1=loc1 "file2 = loc2" ...
|