Home
last modified time | relevance | path

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

/system/uapp/xdc-test/
A Dxdc-test.cpp63 static zx_status_t write_file_header(const fbl::unique_fd& file_fd, fbl::unique_fd& xdc_fd, in write_file_header()
160 fbl::unique_fd file_fd(open(filename, file_flags, 0666)); in main() local
/system/uapp/usb-fwloader/
A Dusb-fwloader.cpp155 zx_status_t read_firmware(fbl::unique_fd& file_fd, zx::vmo& vmo, size_t* out_fw_size) { in read_firmware()
204 fbl::unique_fd file_fd(open(*firmware_path, O_RDONLY)); in device_load_firmware() local

Completed in 3 milliseconds