Searched refs:done_file (Results 1 – 4 of 4) sorted by relevance
152 done_file = self.builder.GetDoneFile(commit_upto, brd.target)153 result.already_done = os.path.exists(done_file)158 with open(done_file, 'r') as fd:302 done_file = self.builder.GetDoneFile(result.commit_upto,304 with open(done_file, 'w') as fd:
667 done_file = self.GetDoneFile(commit_upto, target)673 if os.path.exists(done_file):674 with open(done_file, 'r') as fd:
155 goto done_file; in do_load_fmap()190 done_file: in do_load_fmap()
1756 int done_file = 0, done_server = 0; in do_options() local1813 done_file = 1; in do_options()1922 if (optno == OPTION_FILENAME && done_file) continue; in do_options()