Searched refs:wroot (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/apr-32/apr/apr/file_io/win32/
H A Dfilesys.c142 apr_wchar_t wroot[APR_PATH_MAX]; local
146 if ((rv = utf8_to_unicode_path(wroot, sizeof(wroot)
149 if (!GetFullPathNameW(wroot, sizeof(wpath) / sizeof(apr_wchar_t), wpath, &ignored))
152 /* Borrow wroot as a char buffer (twice as big as necessary)
154 if ((rv = unicode_to_utf8_path((char*)wroot, sizeof(wroot), wpath)))
156 *rootpath = apr_pstrdup(p, (char*)wroot);

Completed in 179 milliseconds