Home
last modified time | relevance | path

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

/rkdeveloptool/
H A Dmain.cpp1724 rk_boot_entry* entrys; in unpackBoot() local
1737 entrys = (rk_boot_entry*) malloc(sizeof(rk_boot_entry) * entryNum); in unpackBoot()
1738 if (!fread(entrys, sizeof(rk_boot_entry) * entryNum, 1, inFile)) { in unpackBoot()
1745 wide2str(entrys[i].name, name, MAX_NAME_LEN); in unpackBoot()
1748 entrys[i].type, name, entrys[i].dataOffset, in unpackBoot()
1749 entrys[i].dataSize); in unpackBoot()
1750 if (!unpackEntry(entrys + i, name, inFile)) { in unpackBoot()