Searched defs:timestamp (Results 1 - 3 of 3) sorted by relevance

/bootable/recovery/minzip/
H A DDirUtil.c57 const struct utimbuf *timestamp, bool stripFileName,
166 if (timestamp != NULL && utime(cpath, timestamp)) {
56 dirCreateHierarchy(const char *path, int mode, const struct utimbuf *timestamp, bool stripFileName, struct selabel_handle *sehnd) argument
H A DZip.c876 int flags, const struct utimbuf *timestamp,
994 targetFile, UNZIP_DIRMODE, timestamp, false, sehnd);
1008 targetFile, UNZIP_DIRMODE, timestamp, true, sehnd);
1098 if (timestamp != NULL && utime(targetFile, timestamp)) {
874 mzExtractRecursive(const ZipArchive *pArchive, const char *zipDir, const char *targetDir, int flags, const struct utimbuf *timestamp, void (*callback)(const char *fn, void *), void *cookie, struct selabel_handle *sehnd) argument
/bootable/recovery/updater/
H A Dinstall.c495 struct utimbuf timestamp = { 1217592000, 1217592000 }; // 8/1/2008 default local
498 MZ_EXTRACT_FILES_ONLY, &timestamp,

Completed in 140 milliseconds