OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resfile
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt/
printapk.cpp
35
void*
resfile
;
local
91
resfile
= malloc(bufsize);
93
err = decompress_zipentry(entry,
resfile
, bufsize);
99
ResTable res(
resfile
, size,
resfile
);
/external/srec/tools/cmd/
srecres2utd.pl
37
foreach $
resfile
(@resfiles) {
38
($base = $
resfile
) =~ s/\.[a-z]+$//i;
41
# print "processing $
resfile
to $utdfile\n" unless($quiet);
42
open(RES, "<$
resfile
") || die "error opening $
resfile
\n";
Completed in 297 milliseconds