Home
last modified time | relevance | path

Searched refs:src_path (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c1409 static int write_file(int offset_block, const char *src_path, in write_file() argument
1412 LOGD("try to write file(%s) to offset:%d...", src_path, offset_block); in write_file()
1416 FILE *src_file = fopen(src_path, "rb"); in write_file()
1418 LOGE("Failed to open:%s", src_path); in write_file()
1422 file_size = get_file_size(src_path); in write_file()