OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cd_ptr
(Results
1 - 1
of
1
) sorted by null
/system/core/libziparchive/
zip_archive.cc
363
const uint8_t* const
cd_ptr
=
local
381
const uint8_t* const cd_end =
cd_ptr
+ cd_length;
382
const uint8_t* ptr =
cd_ptr
;
425
if ((ptr -
cd_ptr
) > static_cast<int64_t>(cd_length)) {
427
ptr -
cd_ptr
, cd_length, i);
[
all
...]
Completed in 128 milliseconds