OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLFHNameLen
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
zip_archive.h
91
static const int32_t
kLFHNameLen
= 26; // offset to filename length
zip_archive.cc
103
+ Le16ToHost(lfh_buf + ZipArchive::
kLFHNameLen
)
/dalvik/libdex/
ZipArchive.cpp
56
#define
kLFHNameLen
26 // offset to filename length
638
+ get2LE(lfhBuf +
kLFHNameLen
) + get2LE(lfhBuf + kLFHExtraLen);
/frameworks/base/libs/androidfw/
ZipFileRO.cpp
65
#define
kLFHNameLen
26 // offset to filename length
633
+ get2LE(lfhBuf +
kLFHNameLen
) + get2LE(lfhBuf + kLFHExtraLen);
Completed in 30 milliseconds