Home
last modified time | relevance | path

Searched refs:find_on_path (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/PC/
Dlauncher.c799 static COMMAND * find_on_path(wchar_t * name) in find_on_path() function
852 result = find_on_path(name); in find_command()
1321 cmd = find_on_path(PYTHON_EXECUTABLE); in maybe_handle_shebang()
/external/python/setuptools/pkg_resources/
D__init__.py1934 def find_on_path(importer, path_item, only=False): function
2061 register_finder(pkgutil.ImpImporter, find_on_path)
2064 register_finder(importlib_machinery.FileFinder, find_on_path)
/external/python/setuptools/
DCHANGES.rst187 ``pkg_resources.find_on_path`` to facilitate an optimization
3093 * Allow to find_on_path on systems with tight permissions to fail gracefully.
/external/python/setuptools/docs/
Dpkg_resources.txt1390 See the source of the ``pkg_resources.find_on_path`` function for an