Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:path_wide

104      *path_wide;
106 path_wide=create_wchar_path(path);
107 if (path_wide == (wchar_t *) NULL)
109 status=_waccess(path_wide,mode);
110 path_wide=(wchar_t *) RelinquishMagickMemory(path_wide);
125 *path_wide;
127 path_wide=create_wchar_path(path);
128 if (path_wide == (wchar_t *) NULL)
133 path_wide=(wchar_t *) RelinquishMagickMemory(path_wide);
136 file=_wfopen(path_wide,mode_wide);
138 path_wide=(wchar_t *) RelinquishMagickMemory(path_wide);
174 *path_wide;
176 path_wide=create_wchar_path(path);
177 if (path_wide == (wchar_t *) NULL)
179 status=_wopen(path_wide,flags,mode);
180 path_wide=(wchar_t *) RelinquishMagickMemory(path_wide);
222 *path_wide;
224 path_wide=create_wchar_path(path);
225 if (path_wide == (wchar_t *) NULL)
227 status=_wremove(path_wide);
228 path_wide=(wchar_t *) RelinquishMagickMemory(path_wide);
270 *path_wide;
272 path_wide=create_wchar_path(path);
273 if (path_wide == (WCHAR *) NULL)
275 status=wstat(path_wide,attributes);
276 path_wide=(WCHAR *) RelinquishMagickMemory(path_wide);