Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_writer.cpp76 …zipFile zip_file, FilePath &path, bool isDirectory, struct tm *lastModified, const OPTIONS &option… in OpenNewFileEntry()
94 struct tm *lastModified = GetCurrentSystemTime(); in AddFileEntryToZip() local
109 bool AddDirectoryEntryToZip(zipFile zip_file, FilePath &path, struct tm *lastModified, const OPTION… in AddDirectoryEntryToZip()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_item.h50 std::string lastModified; variable
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp184 const std::string &lastModified, in UpdateRequestHeader()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_strategy.cpp186 const std::string &lastModified, in UpdateRequestHeader()
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp435 char* lastModified = WebDownloadItem_LastModified(downloadItem); variable
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp526 … "C" void WebDownloadItem_SetLastModified(NWebDownloadItem* downloadItem, const char* lastModified) in WebDownloadItem_SetLastModified()