OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seekStart
(Results
1 - 2
of
2
) sorted by null
/build/tools/zipalign/
ZipFile.cpp
210
off_t fileLength,
seekStart
;
234
seekStart
= fileLength - EndOfCentralDir::kMaxEOCDSearch;
237
seekStart
= 0;
240
if (fseek(mZipFp,
seekStart
, SEEK_SET) != 0) {
241
ALOGD("Failure seeking to end of zip at %ld", (long)
seekStart
);
[
all
...]
/frameworks/base/tools/aapt/
ZipFile.cpp
208
off_t fileLength,
seekStart
;
232
seekStart
= fileLength - EndOfCentralDir::kMaxEOCDSearch;
235
seekStart
= 0;
238
if (fseek(mZipFp,
seekStart
, SEEK_SET) != 0) {
239
ALOGD("Failure seeking to end of zip at %ld", (long)
seekStart
);
[
all
...]
Completed in 880 milliseconds