Searched refs:path_c (Results 1 – 1 of 1) sorted by relevance
1130 char *path_c; in SHGetSpecialFolderPathA() local1138 path_c = _dbus_win_utf16_to_utf8 (path, NULL); in SHGetSpecialFolderPathA()1139 if (! path_c) in SHGetSpecialFolderPathA()1142 strncpy (lpszPath, path_c, MAX_PATH); in SHGetSpecialFolderPathA()1143 dbus_free (path_c); in SHGetSpecialFolderPathA()