Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/minzip/
DDirUtil.c57 const struct utimbuf *timestamp, bool stripFileName, in dirCreateHierarchy() argument
166 if (timestamp != NULL && utime(cpath, timestamp)) { in dirCreateHierarchy()
DDirUtil.h44 const struct utimbuf *timestamp, bool stripFileName,
DZip.h164 const struct utimbuf *timestamp,
DZip.c829 const struct utimbuf *timestamp, in mzExtractRecursive() argument
950 targetFile, UNZIP_DIRMODE, timestamp, true, sehnd); in mzExtractRecursive()
1006 if (timestamp != NULL && utime(targetFile, timestamp)) { in mzExtractRecursive()
/bootable/recovery/updater/
Dinstall.c496 struct utimbuf timestamp = { 1217592000, 1217592000 }; // 8/1/2008 default in PackageExtractDirFn() local
499 &timestamp, in PackageExtractDirFn()