Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c778 static int load_file(const char *file_path, int offset_block, int blocks);
800 return load_file(file_path, offset_block, blocks); in test_load()
923 static int load_file(const char *file_path, int offset_block, int blocks) in load_file() function