Lines Matching refs:Download
15 …eeds to access a user directory, user authorization for access to the **Download**, **Documents**,…
28 1. Obtain the path to a user folder, for example, **Download**.
47 2. Access files in the **Download** folder.
58 // Obtain the path to the Download folder.
64 // List the files in the Download folder and copy them to the sandbox directory.
82 3. Save a file to the **Download** folder.
92 // Obtain the path to the Download folder.
95 // Save temp.txt to the Download folder.
114 … to access a user directory, user authorization for the access to the **Download**, **Documents**,…
122 …_GetUserDownloadDir (char **result) | Obtains the sandbox path of the **Download** folder. This AP…
144 - Call **OH_Environment_GetUserDownloadDir** to obtain the sandbox path of the user **Download** fo…
152 OH_LOG_INFO(LOG_APP, "Download Path=%{public}s", downloadPath);
160 - Call **OH_Environment_GetUserDownloadDir** to obtain the sandbox path of the **Download** folder …
165 // Obtain the Download path.
169 OH_LOG_INFO(LOG_APP, "Download Path=%{public}s", downloadPath);
174 // View the files in the Download folder.
190 - Call **OH_Environment_GetUserDownloadDir** to obtain the sandbox path of the user **Download** fo…
195 // Obtain the Download path.
199 OH_LOG_INFO(LOG_APP, "Download Path=%{public}s", downloadPath);
204 // Save a file to the Download folder.