Home
last modified time | relevance | path

Searched refs:current_output_path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/brotli/c/tools/
H A Dbrotli.c119 const char* current_output_path; member
693 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 …]
/aosp_15_r20/external/cronet/third_party/brotli/tools/
H A Dbrotli.c123 const char* current_output_path; member
776 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 …]