Searched refs:toolsdir (Results 1 – 8 of 8) sorted by relevance
/external/freetype/src/tools/ |
D | update-copyright | 7 toolsdir=$topdir/src/tools 11 | grep -vFf $toolsdir/no-copyright \ 12 | xargs $toolsdir/update-copyright-year
|
/external/python/cpython3/Lib/test/test_tools/ |
D | __init__.py | 12 toolsdir = os.path.join(basepath, 'Tools') variable 13 scriptsdir = os.path.join(toolsdir, 'scripts')
|
D | test_i18n.py | 7 from test.test_tools import skip_if_missing, toolsdir 17 script = os.path.join(toolsdir,'i18n', 'pygettext.py')
|
D | test_unparse.py | 11 from test.test_tools import basepath, toolsdir, skip_if_missing 15 parser_path = os.path.join(toolsdir, "parser")
|
/external/python/cpython3/Lib/distutils/ |
D | msvc9compiler.py | 235 toolsdir = os.environ.get(toolskey, None) 237 if toolsdir and os.path.isdir(toolsdir): 238 productdir = os.path.join(toolsdir, os.pardir, os.pardir, "VC")
|
/external/python/cpython2/Lib/distutils/ |
D | msvc9compiler.py | 244 toolsdir = os.environ.get(toolskey, None) 246 if toolsdir and os.path.isdir(toolsdir): 247 productdir = os.path.join(toolsdir, os.pardir, os.pardir, "VC")
|
/external/autotest/client/bin/ |
D | partition.py | 524 auto_mkfs = os.path.join(self.job.toolsdir, 'mkfs.ext4dev') 603 auto_fsck = os.path.join(self.job.toolsdir, 'fsck.ext4dev')
|
/external/autotest/client/common_lib/ |
D | base_job.py | 779 toolsdir = _job_directory.property_factory('toolsdir') variable in base_job
|