Lines Matching full:pathname
679 wchar_t *pathname;
683 pathname = _dbus_win_utf8_to_utf16 (lpPathName, NULL);
684 if (!pathname)
687 result = CreateDirectoryW (pathname, lpSecurityAttributes);
690 dbus_free (pathname);
699 wchar_t *pathname;
703 pathname = _dbus_win_utf8_to_utf16 (lpPathName, NULL);
704 if (!pathname)
707 result = RemoveDirectoryW (pathname);
710 dbus_free (pathname);
744 wchar_t *pathname;
749 pathname = _dbus_win_utf8_to_utf16 (lpFileName, NULL);
750 if (!pathname)
753 result = FindFirstFileW (pathname
767 dbus_free (pathname);