to                535 core/ngx_file.c ngx_ext_rename_file(ngx_str_t *src, ngx_str_t *to, ngx_ext_rename_file_t *ext)
to                563 core/ngx_file.c     if (ngx_rename_file(src->data, to->data) != NGX_FILE_ERROR) {
to                575 core/ngx_file.c         err = ngx_create_full_path(to->data, ngx_dir_access(ext->path_access));
to                579 core/ngx_file.c                           ngx_create_dir_n " \"%s\" failed", to->data);
to                584 core/ngx_file.c         if (ngx_rename_file(src->data, to->data) != NGX_FILE_ERROR) {
to                594 core/ngx_file.c         err = ngx_win32_rename_file(src, to, ext->log);
to                611 core/ngx_file.c         name = ngx_alloc(to->len + 1 + 10 + 1, ext->log);
to                616 core/ngx_file.c         (void) ngx_sprintf(name, "%*s.%010uD%Z", to->len, to->data,
to                621 core/ngx_file.c             if (ngx_rename_file(name, to->data) != NGX_FILE_ERROR) {
to                636 core/ngx_file.c                           name, to->data);
to                662 core/ngx_file.c                       src->data, to->data);
to                670 core/ngx_file.c ngx_copy_file(u_char *from, u_char *to, ngx_copy_file_t *cf)
to                717 core/ngx_file.c     nfd = ngx_open_file(to, NGX_FILE_WRONLY, NGX_FILE_CREATE_OR_OPEN,
to                722 core/ngx_file.c                       ngx_open_file_n " \"%s\" failed", to);
to                751 core/ngx_file.c                           ngx_write_fd_n " \"%s\" failed", to);
to                758 core/ngx_file.c                           n, size, to);
to                766 core/ngx_file.c         if (ngx_set_file_time(to, nfd, cf->time) != NGX_OK) {
to                768 core/ngx_file.c                           ngx_set_file_time_n " \"%s\" failed", to);
to                780 core/ngx_file.c                           ngx_close_file_n " \"%s\" failed", to);
to                132 core/ngx_file.h ngx_int_t ngx_ext_rename_file(ngx_str_t *src, ngx_str_t *to,
to                134 core/ngx_file.h ngx_int_t ngx_copy_file(u_char *from, u_char *to, ngx_copy_file_t *cf);