Home
last modified time | relevance | path

Searched refs:path_c (Results 1 – 1 of 1) sorted by relevance

/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.c1130 char *path_c; in SHGetSpecialFolderPathA() local
1138 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()