Searched refs:file_stat (Results 1 – 2 of 2) sorted by relevance
785 struct stat file_stat; in rte_fpga_do_pr() local802 ret = stat(file_name, &file_stat); in rte_fpga_do_pr()809 buffer_size = file_stat.st_size; in rte_fpga_do_pr()
3498 struct stat file_stat; in nfp_fw_upload() local3537 if (fstat(fw_f, &file_stat) < 0) { in nfp_fw_upload()3543 fsize = file_stat.st_size; in nfp_fw_upload()