Home | History | Annotate | Download | only in Modules

Lines Matching refs:path_wide

11511 join_path_filenameW(const wchar_t *path_wide, const wchar_t *filename)
11518 if (!path_wide) { /* Default arg: "." */
11519 path_wide = L".";
11523 path_len = wcslen(path_wide);
11533 wcscpy(result, path_wide);