Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dposixmodule.c13805 join_path_filenameW(const wchar_t *path_wide, const wchar_t *filename) in join_path_filenameW() argument
13812 if (!path_wide) { /* Default arg: "." */ in join_path_filenameW()
13813 path_wide = L"."; in join_path_filenameW()
13817 path_len = wcslen(path_wide); in join_path_filenameW()
13827 wcscpy(result, path_wide); in join_path_filenameW()