Searched defs:nto (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dfirehose.c234 char *nfrom, *nto, *from, *to; local
246 status = apr_filepath_merge(&nto, file->directory, to,
250 if (APR_SUCCESS != (status = apr_file_rename(nfrom, nto, pool))) {
254 nfrom, nto, &status);

Completed in 12 milliseconds