Home
last modified time | relevance | path

Searched refs:instdir (Results 1 – 2 of 2) sorted by relevance

/external/python/setuptools/setuptools/command/
Deasy_install.py447 instdir = normalize_path(self.install_dir)
448 pth_file = os.path.join(instdir, 'easy-install.pth')
451 is_site_dir = instdir in self.all_site_dirs
478 if instdir not in map(normalize_path, _pythonpath()):
484 self.install_dir = instdir
533 instdir = self.install_dir
534 log.info("Checking .pth file support in %s", instdir)
576 instdir
587 log.warn("TEST FAILED: %s does NOT support .pth files", instdir)
/external/swiftshader/third_party/LLVM/
DMakefile.rules2135 instdir=`dirname "$(DESTDIR)$(PROJ_includedir)/$$hdr"` ; \
2136 if test \! -d "$$instdir" ; then \
2137 $(EchoCmd) Making install directory $$instdir ; \
2138 $(MKDIR) $$instdir ;\
2154 instdir=`dirname "$(DESTDIR)$(PROJ_includedir)/$$hdr"` ; \
2155 if test \! -d "$$instdir" ; then \
2156 $(EchoCmd) Making install directory $$instdir ; \
2157 $(MKDIR) $$instdir ;\