Searched refs:fw_fd (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Ddevices.c663 static int load_firmware(int fw_fd, int loading_fd, int data_fd) argument
669 if(fstat(fw_fd, &st) < 0)
679 nr = read(fw_fd, buf, sizeof(buf));
717 int l, loading_fd, data_fd, fw_fd; local
756 fw_fd = open(file1, O_RDONLY);
757 if(fw_fd < 0) {
758 fw_fd = open(file2, O_RDONLY);
759 if (fw_fd < 0) {
760 fw_fd = open(file3, O_RDONLY);
761 if (fw_fd <
[all...]

Completed in 16 milliseconds