Home
last modified time | relevance | path

Searched defs:downloadPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_item.h56 std::string downloadPath; variable
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_environment/
H A Denvironment_n_exporter.cpp196 static std::string downloadPath = GetPublicPath(DOWNLOAD_PATH); in GetUserDownloadDir() local
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp197 …oid WebDownload_Continue(const WebBeforeDownloadCallbackWrapper* wrapper, const char* downloadPath) in WebDownload_Continue()