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

/system/core/init/
H A Ddevices.c654 static int load_firmware(int fw_fd, int loading_fd, int data_fd) argument
660 if(fstat(fw_fd, &st) < 0)
670 nr = read(fw_fd, buf, sizeof(buf));
708 int l, loading_fd, data_fd, fw_fd; local
747 fw_fd = open(file1, O_RDONLY);
748 if(fw_fd < 0) {
749 fw_fd = open(file2, O_RDONLY);
750 if (fw_fd < 0) {
751 fw_fd = open(file3, O_RDONLY);
752 if (fw_fd <
[all...]

Completed in 115 milliseconds