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

/httpd/os/win32/
H A Dutil_win32.c32 apr_wchar_t wbinpath[APR_PATH_MAX]; local
40 if (!GetModuleFileNameW(NULL, wbinpath, sizeof(wbinpath)
44 wbinlen = wcslen(wbinpath) + 1;
47 rv = apr_conv_ucs2_to_utf8(wbinpath, &wbinlen, *binpath, &binlen);
58 char *pathbuf = (char*) wbinpath;
59 if (!GetModuleFileName(NULL, pathbuf, sizeof(wbinpath))) {

Completed in 424 milliseconds