Home | History | Annotate | Download | only in updater

Lines Matching refs:ota_open

564             int fd = TEMP_FAILURE_RETRY(ota_open(dest_path, O_WRONLY | O_CREAT | O_TRUNC | O_SYNC,
1541 int fd = ota_open(filename, O_WRONLY, 0644);