OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curPosn
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/androidfw/
ZipUtils.cpp
315
long
curPosn
= ftell(fp);
318
*pCompressedLen = ftell(fp) -
curPosn
;
323
fseek(fp,
curPosn
, SEEK_SET);
Asset.cpp
321
off64_t Asset::handleSeek(off64_t offset, int whence, off64_t
curPosn
, off64_t maxPosn)
330
newOffset =
curPosn
+ offset;
/frameworks/base/include/androidfw/
Asset.h
125
off64_t handleSeek(off64_t offset, int whence, off64_t
curPosn
, off64_t maxPosn);
Completed in 815 milliseconds