Searched refs:copy_absolute (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Modules/ |
D | getpath.c | 322 copy_absolute(wchar_t *abs_path, const wchar_t *path, size_t abs_path_len) in copy_absolute() function 358 PyStatus status = copy_absolute(abs_path, path, Py_ARRAY_LENGTH(abs_path)); in absolutize() 517 status = copy_absolute(prefix, calculate->argv0_path, prefix_len); in search_for_prefix() 743 status = copy_absolute(exec_prefix, calculate->argv0_path, exec_prefix_len); in search_for_exec_prefix()
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 2770 @@ -334,7 +343,7 @@ copy_absolute(wchar_t *abs_path, const wchar_t *path, size_t abs_path_len)
|