Searched refs:copy_absolute (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | getpath.c | 214 copy_absolute(char *path, char *p) in copy_absolute() function 238 copy_absolute(buffer, path); in absolutize() 278 copy_absolute(prefix, argv0_path); in search_for_prefix() 344 copy_absolute(exec_prefix, argv0_path); in search_for_exec_prefix()
|
/external/python/cpython3/Modules/ |
D | getpath.c | 323 copy_absolute(wchar_t *abs_path, const wchar_t *path, size_t abs_path_len) in copy_absolute() function 359 PyStatus status = copy_absolute(abs_path, path, Py_ARRAY_LENGTH(abs_path)); in absolutize() 518 status = copy_absolute(prefix, calculate->argv0_path, prefix_len); in search_for_prefix() 744 status = copy_absolute(exec_prefix, calculate->argv0_path, exec_prefix_len); in search_for_exec_prefix()
|