Searched refs:done_file (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | builderthread.py | 149 done_file = self.builder.GetDoneFile(commit_upto, brd.target) 150 result.already_done = os.path.exists(done_file) 155 with open(done_file, 'r') as fd: 297 done_file = self.builder.GetDoneFile(result.commit_upto, 299 with open(done_file, 'w') as fd:
|
| H A D | builder.py | 623 done_file = self.GetDoneFile(commit_upto, target) 628 if os.path.exists(done_file): 629 with open(done_file, 'r') as fd:
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | flash_image.c | 215 char done_file[256]; in flash_normal() local 229 snprintf(done_file, 256, "%s.done", src_path); in flash_normal() 230 if ((fd = open(done_file, O_RDWR | O_CREAT | O_DSYNC, 0)) < 0 || in flash_normal() 233 LOGE("open %s failed, upgrading abort!\n", done_file); in flash_normal() 242 LOGE("read %s failed: %s\n", done_file, strerror(errno)); in flash_normal()
|
| H A D | update.c | 465 char done_file[256]; in RK_ota_start() local 466 snprintf(done_file, 256, "%s.done", _url); in RK_ota_start() 467 unlink(done_file); in RK_ota_start()
|