Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dfirmware_handler.cpp64 static void LoadFirmware(const std::string& firmware, const std::string& root, int fw_fd, in LoadFirmware()
241 unique_fd fw_fd(open(file.c_str(), O_RDONLY | O_CLOEXEC)); in ProcessFirmwareEvent() local
/aosp12/hardware/broadcom/libbt/src/
H A Dhardware.c135 int fw_fd; /* FW patch file fd */ member