Searched refs:find_on_path (Results 1 – 4 of 4) sorted by relevance
799 static COMMAND * find_on_path(wchar_t * name) in find_on_path() function852 result = find_on_path(name); in find_command()1321 cmd = find_on_path(PYTHON_EXECUTABLE); in maybe_handle_shebang()
1934 def find_on_path(importer, path_item, only=False): function2061 register_finder(pkgutil.ImpImporter, find_on_path)2064 register_finder(importlib_machinery.FileFinder, find_on_path)
187 ``pkg_resources.find_on_path`` to facilitate an optimization3093 * Allow to find_on_path on systems with tight permissions to fail gracefully.
1390 See the source of the ``pkg_resources.find_on_path`` function for an