Searched refs:timestamp (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/minzip/ |
D | DirUtil.h | 37 const struct utimbuf *timestamp, bool stripFileName);
|
D | DirUtil.c | 57 const struct utimbuf *timestamp, bool stripFileName) in dirCreateHierarchy() argument 152 if (timestamp != NULL && utime(cpath, timestamp)) { in dirCreateHierarchy()
|
D | Zip.h | 210 int flags, const struct utimbuf *timestamp,
|
D | Zip.c | 932 int flags, const struct utimbuf *timestamp, in mzExtractRecursive() argument 1048 targetFile, UNZIP_DIRMODE, timestamp, false); in mzExtractRecursive() 1062 targetFile, UNZIP_DIRMODE, timestamp, true); in mzExtractRecursive() 1132 if (timestamp != NULL && utime(targetFile, timestamp)) { in mzExtractRecursive()
|
/bootable/recovery/updater/ |
D | install.c | 346 struct utimbuf timestamp = { 1217592000, 1217592000 }; // 8/1/2008 default in PackageExtractDirFn() local 349 MZ_EXTRACT_FILES_ONLY, ×tamp, in PackageExtractDirFn()
|