Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/
H A Dunpack_bootimg470 def unpack_image(args): function
543 unpack_image(args)
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c1161 static int unpack_image(const char *unpack_dir);
1226 return unpack_image(argc > 0 ? argv[0] : DEFAULT_UNPACK_DIR); in main()
1312 static int unpack_image(const char *dir) in unpack_image() function