Home
last modified time | relevance | path

Searched refs:zipTimeToTimespec (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/tests/
H A DZipUtils_test.cpp43 ZipUtils::zipTimeToTimespec(when, &t); in TEST_F()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DZipUtils.h72 static inline void zipTimeToTimespec(uint32_t when, struct tm* timespec) { in zipTimeToTimespec() function
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp187 ZipUtils::zipTimeToTimespec(when, &t); in copyFileIfChanged()