Searched refs:filelength (Results 1 - 2 of 2) sorted by relevance

/openwrt/tools/firmware-utils/src/
H A Dmkfwimage.c220 static u_int32_t filelength(const char* file) function
254 if ( (kernel->partition_length = filelength(kernelfile)) == (u_int32_t)-1) return (-1);
259 if (filelength(rootfsfile) + kernel->partition_length > p->firmware_max_length)
H A Dmkfwimage2.c170 static int filelength(const char* file) function
249 flen = filelength(d->filename);

Completed in 75 milliseconds