Searched refs:timestamp (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/minzip/ |
D | DirUtil.h | 44 const struct utimbuf *timestamp, bool stripFileName,
|
D | DirUtil.c | 57 const struct utimbuf *timestamp, bool stripFileName, in dirCreateHierarchy() argument 166 if (timestamp != NULL && utime(cpath, timestamp)) { in dirCreateHierarchy()
|
D | Zip.h | 217 int flags, const struct utimbuf *timestamp,
|
D | Zip.c | 932 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/ |
D | install.c | 364 struct utimbuf timestamp = { 1217592000, 1217592000 }; // 8/1/2008 default in PackageExtractDirFn() local 367 MZ_EXTRACT_FILES_ONLY, ×tamp, in PackageExtractDirFn()
|