Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dposixmodule.c14010 join_path_filenameW(const wchar_t *path_wide, const wchar_t *filename) in join_path_filenameW() argument
14017 if (!path_wide) { /* Default arg: "." */ in join_path_filenameW()
14018 path_wide = L"."; in join_path_filenameW()
14022 path_len = wcslen(path_wide); in join_path_filenameW()
14032 wcscpy(result, path_wide); in join_path_filenameW()

Completed in 16 milliseconds