Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp84 char *file0, *file1; in rotateLogs() local
86 asprintf(&file1, "%s.%d", g_outputFileName, i); in rotateLogs()
94 err = rename (file0, file1); in rotateLogs()
100 free(file1); in rotateLogs()
/system/core/init/
Ddevices.c843 char *root, *loading, *data, *file1 = NULL, *file2 = NULL, *file3 = NULL; in process_firmware_event() local
862 l = asprintf(&file1, FIRMWARE_DIR1"/%s", uevent->firmware); in process_firmware_event()
883 fw_fd = open(file1, O_RDONLY); in process_firmware_event()
915 free(file1); in process_firmware_event()