Searched refs:file1 (Results 1 - 2 of 2) sorted by path

/system/core/init/
H A Ddevices.c707 char *root, *loading, *data, *file1 = NULL, *file2 = NULL, *file3 = NULL; local
726 l = asprintf(&file1, FIRMWARE_DIR1"/%s", uevent->firmware);
747 fw_fd = open(file1, O_RDONLY);
779 free(file1);
/system/core/logcat/
H A Dlogcat.cpp119 char *file0, *file1; local
121 asprintf(&file1, "%s.%d", g_outputFileName, i);
129 err = rename (file0, file1);
135 free(file1);

Completed in 40 milliseconds