Searched refs:write_file (Results 1 - 3 of 3) sorted by relevance
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | resource_tool.c | 1390 static int write_file(int offset_block, const char *src_path, char hash[], int hash_size) in write_file() function 1476 if (write_file(offset, files[i], hash, sizeof(hash)) < 0) { in write_index_tbl()
|
/device/soc/rockchip/rk3588/kernel/scripts/ |
H A D | resource_tool.c | 1409 static int write_file(int offset_block, const char *src_path, in write_file() function 1493 if (write_file(offset, files[i], hash, sizeof(hash)) < 0) in write_index_tbl()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_linux.c | 15823 int write_file(const char * file_name, uint32 flags, uint8 *buf, int size) in write_file() function 16032 ret = write_file(memdump_path, file_mode, buf, size); in write_dump_to_file()
|
Completed in 26 milliseconds