Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 6 of 6) sorted by relevance

/bootable/recovery/otautil/
DZipUtil.cpp37 const std::string& dest_path, const struct utimbuf* timestamp, in ExtractPackageRecursive()
DDirUtil.cpp62 const struct utimbuf *timestamp, bool stripFileName, in dirCreateHierarchy()
/bootable/recovery/tests/component/
Dinstall_test.cpp164 std::string timestamp = android::base::GetProperty("ro.build.date.utc", ""); in TEST() local
205 std::string timestamp = android::base::GetProperty("ro.build.date.utc", ""); in TEST() local
/bootable/recovery/tests/unit/
Ddirutil_test.cpp91 constexpr struct utimbuf timestamp = { 1217592000, 1217592000 }; in TEST() local
Dziputil_test.cpp159 constexpr struct utimbuf timestamp = { 1217592000, 1217592000 }; in TEST() local
/bootable/recovery/updater/
Dinstall.cpp413 constexpr struct utimbuf timestamp = { 1217592000, 1217592000 }; // 8/1/2008 default in PackageExtractDirFn() local