Searched refs:path_wide (Results 1 – 2 of 2) sorted by relevance
117 *path_wide; in access_utf8()119 path_wide=create_wchar_path(path); in access_utf8()120 if (path_wide == (wchar_t *) NULL) in access_utf8()122 status=_waccess(path_wide,mode); in access_utf8()123 path_wide=(wchar_t *) RelinquishMagickMemory(path_wide); in access_utf8()138 *path_wide; in fopen_utf8()140 path_wide=create_wchar_path(path); in fopen_utf8()141 if (path_wide == (wchar_t *) NULL) in fopen_utf8()146 path_wide=(wchar_t *) RelinquishMagickMemory(path_wide); in fopen_utf8()149 file=_wfopen(path_wide,mode_wide); in fopen_utf8()[all …]
11943 join_path_filenameW(const wchar_t *path_wide, const wchar_t *filename) in join_path_filenameW() argument11950 if (!path_wide) { /* Default arg: "." */ in join_path_filenameW()11951 path_wide = L"."; in join_path_filenameW()11955 path_len = wcslen(path_wide); in join_path_filenameW()11965 wcscpy(result, path_wide); in join_path_filenameW()