Home
last modified time | relevance | path

Searched defs:path_cleanup (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp750 auto path_cleanup = llvm::make_scope_exit([process, path_addr] { in DoLoadImage() local
/external/python/cpython3/Modules/
Dposixmodule.c1067 path_cleanup(path_t *path) in path_cleanup() function