Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_fileutils.h239 extern int _PyOS_getfullpathname(const wchar_t *path, wchar_t **abspath_p);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_fileutils.h239 extern int _PyOS_getfullpathname(const wchar_t *path, wchar_t **abspath_p);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_fileutils.h239 extern int _PyOS_getfullpathname(const wchar_t *path, wchar_t **abspath_p);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_fileutils.h239 extern int _PyOS_getfullpathname(const wchar_t *path, wchar_t **abspath_p);
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_fileutils.h239 extern int _PyOS_getfullpathname(const wchar_t *path, wchar_t **abspath_p);
/aosp_15_r20/external/python/cpython3/Python/
Dfileutils.c2052 return _PyOS_getfullpathname(path, abspath_p); in _Py_abspath()
/aosp_15_r20/external/python/cpython3/Modules/
Dposixmodule.c4282 _PyOS_getfullpathname(const wchar_t *path, wchar_t **abspath_p) in _PyOS_getfullpathname() function
4338 if (_PyOS_getfullpathname(path->wide, &abspath) < 0) { in os__getfullpathname_impl()