Home
last modified time | relevance | path

Searched refs:dest_buf_len (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ota/ota_agent/download/
A Dota_download_http.c154 int ota_download_extract_url(char *src_url, char *dest_url, unsigned int dest_buf_len) in ota_download_extract_url() argument
163 if (len > dest_buf_len) { in ota_download_extract_url()
168 strncpy(dest_url, src_url, dest_buf_len); in ota_download_extract_url()
169 dest_url[dest_buf_len - 1] = 0; in ota_download_extract_url()
A Dota_download_file2fs_http.c16 int ota_download_extract_url(char *src_url, char *dest_url, unsigned int dest_buf_len);

Completed in 4 milliseconds