OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ztime
(Results
1 - 2
of
2
) sorted by null
/build/tools/zipalign/
ZipEntry.cpp
363
uint16_t zdate,
ztime
;
local
383
ztime
= ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1;
385
mCDE.mLastModFileTime = mLFH.mLastModFileTime =
ztime
;
/frameworks/base/tools/aapt/
ZipEntry.cpp
345
unsigned short zdate,
ztime
;
local
365
ztime
= ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1;
367
mCDE.mLastModFileTime = mLFH.mLastModFileTime =
ztime
;
Completed in 111 milliseconds