Searched refs:PathMakePrettyA (Results 1 – 5 of 5) sorted by relevance
452 ok (PathMakePrettyA(NULL) == FALSE, "PathMakePretty: NULL path succeeded\n"); in test_PathMakePretty()454 ok (PathMakePrettyA(buff) == TRUE, "PathMakePretty: Empty path failed\n"); in test_PathMakePretty()457 ok (PathMakePrettyA(buff) == TRUE, "PathMakePretty: Long UC name failed\n"); in test_PathMakePretty()462 ok (PathMakePrettyA(buff) == FALSE, "PathMakePretty: Long MC name succeeded\n"); in test_PathMakePretty()467 ok (PathMakePrettyA(buff) == TRUE, "PathMakePretty: Short name failed\n"); in test_PathMakePretty()
72 inline BOOL PathMakePrettyX(LPSTR pszPath) { return PathMakePrettyA(pszPath); } in PathMakePrettyX()
650 648 stdcall PathMakePrettyA(str)
2668 BOOL WINAPI PathMakePrettyA(LPSTR lpszPath) in PathMakePrettyA() function
1007 BOOL WINAPI PathMakePrettyA(_Inout_ LPSTR);