Home
last modified time | relevance | path

Searched refs:_where (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/utils/vscode/llvm/
DREADME.md30 Please refer to https://code.visualstudio.com/docs/editor/extension-gallery#_where-are-extensions-i…
/external/scapy/scapy/arch/windows/
D__init__.py264 def _where(filename, dirs=None, env="PATH"): function
285 path = _where(fn)
287 path = _where(fn, dirs=[os.path.join(os.environ[env], installsubdir)])
/external/python/cpython3/Doc/library/
Dunittest.mock.rst1895 .. _where-to-patch: