Home | History | Annotate | Download | only in androidfw

Lines Matching full:outsize

481         const String8& rootpath, const String8& filepath, off_t* outSize,
492 *outSize = 0;
536 *outSize = 512 + (needExtended ? 1024 : 0) + 512*((s.st_size + 511)/512);