Searched refs:current_output_path (Results 1 – 2 of 2) sorted by relevance
119 const char* current_output_path; member693 context->current_output_path = context->output_path; in NextFile()712 context->current_output_path = context->output_path; in NextFile()718 context->current_output_path = context->output_path; in NextFile()724 context->current_output_path = context->modified_path; in NextFile()756 context->current_output_path, &context->fout, context->force_overwrite); in OpenFiles()764 if (!success && context->current_output_path) { in CloseFiles()765 unlink(context->current_output_path); in CloseFiles()770 PrintablePath(context->current_output_path), strerror(errno)); in CloseFiles()777 CopyStat(context->current_input_path, context->current_output_path); in CloseFiles()[all …]
123 const char* current_output_path; member776 context->current_output_path = context->output_path; in NextFile()795 context->current_output_path = context->output_path; in NextFile()801 context->current_output_path = context->output_path; in NextFile()807 context->current_output_path = context->modified_path; in NextFile()839 context->current_output_path, &context->fout, context->force_overwrite); in OpenFiles()847 if (!success && context->current_output_path) { in CloseFiles()848 unlink(context->current_output_path); in CloseFiles()853 PrintablePath(context->current_output_path), strerror(errno)); in CloseFiles()860 CopyStat(context->current_input_path, context->current_output_path); in CloseFiles()[all …]