Searched refs:getpath (Results 1 – 9 of 9) sorted by relevance
12 pub fn getpath<Fd: AsFd>(fd: Fd) -> io::Result<CString> { in getpath() function13 backend::fs::syscalls::getpath(fd.as_fd()) in getpath()
33 mod getpath; module187 pub use getpath::getpath;
292 Modules/getpath.o \596 # sys.path fixup -- see Modules/getpath.c.792 Modules/getpath.o: $(srcdir)/Modules/getpath.c Makefile798 -o $@ $(srcdir)/Modules/getpath.c
670 Fix memory corruption due to allocator mix in getpath.c between Py_GetPath()
1116 Fix memory corruption due to allocator mix in getpath.c between Py_GetPath()
1782 # Create file used for sys.path fixup -- see Modules/getpath.c2698 diff --git a/Modules/getpath.c b/Modules/getpath.c2700 --- a/Modules/getpath.c2701 +++ b/Modules/getpath.c2745 …DVERSION='"3.9"' -DVPATH='"../Python-3.9.4"' -o Modules/getpath.o ../Python-3.9.4/Modules/getpath.c9867 +# Also, getpath.c uses GetModuleFileNameW (replacing \ with /) and
1635 pub(crate) fn getpath(fd: BorrowedFd<'_>) -> io::Result<CString> { in getpath() function
714 :c:func:`Py_GetProgramFullPath` (all defined in :file:`Modules/getpath.c`).
8637 - Issue #11320: fix bogus memory management in Modules/getpath.c, leading to20943 - Bug #978645: Modules/getpath.c now builds properly in --disable-framework