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