Searched refs:dest_buf_len (Results 1 – 2 of 2) sorted by relevance
154 int ota_download_extract_url(char *src_url, char *dest_url, unsigned int dest_buf_len) in ota_download_extract_url() argument163 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()
16 int ota_download_extract_url(char *src_url, char *dest_url, unsigned int dest_buf_len);
Completed in 4 milliseconds