Home
last modified time | relevance | path

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

/bootable/recovery/minzip/
DDirUtil.h44 const struct utimbuf *timestamp, bool stripFileName,
DDirUtil.c57 const struct utimbuf *timestamp, bool stripFileName, in dirCreateHierarchy() argument
166 if (timestamp != NULL && utime(cpath, timestamp)) { in dirCreateHierarchy()
DZip.h217 int flags, const struct utimbuf *timestamp,
DZip.c932 int flags, const struct utimbuf *timestamp, in mzExtractRecursive() argument
1050 targetFile, UNZIP_DIRMODE, timestamp, false, sehnd); in mzExtractRecursive()
1064 targetFile, UNZIP_DIRMODE, timestamp, true, sehnd); in mzExtractRecursive()
1148 if (timestamp != NULL && utime(targetFile, timestamp)) { in mzExtractRecursive()
/bootable/recovery/updater/
Dinstall.c364 struct utimbuf timestamp = { 1217592000, 1217592000 }; // 8/1/2008 default in PackageExtractDirFn() local
367 MZ_EXTRACT_FILES_ONLY, &timestamp, in PackageExtractDirFn()