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

/frameworks/base/tools/aapt/
H A Dprintapk.cpp35 void* resfile; local
91 resfile = malloc(bufsize);
93 err = decompress_zipentry(entry, resfile, bufsize);
99 ResTable res(resfile, size, resfile);

Completed in 34 milliseconds