Searched refs:tool_dir (Results 1 – 5 of 5) sorted by relevance
/external/toolchain-utils/ |
D | build_tool.py | 96 tool_dir=self._gcc_dir): 102 tool_dir=self._binutils_dir): 108 def SubmitToolToLocalBranch(self, tool_name, tool_dir): argument 137 if self.IsTreeSame(tool_dir, chrome_tool_dir): 139 '"{0}" and "{1}" are the same, sync skipped.'.format(tool_dir, 144 local_tool_repo = repo_to_repo.FileRepo(tool_dir) 155 if self.IsTreeSame(tool_dir, chrome_tool_dir): 163 cmd = 'cd {0} && git log -1 --pretty=oneline'.format(tool_dir) 168 commit_message = 'Synced with tool source tree at - "{0}".'.format(tool_dir) 171 tool_dir, tool_dir_extra_info.strip())
|
/external/v8/tools/clang/plugins/tests/ |
D | test.py | 12 tool_dir = os.path.abspath(os.path.join(script_dir, '../../pylib')) variable 13 sys.path.insert(0, tool_dir)
|
/external/v8/tools/clang/blink_gc_plugin/tests/ |
D | test.py | 12 tool_dir = os.path.abspath(os.path.join(script_dir, '../../pylib')) variable 13 sys.path.insert(0, tool_dir)
|
/external/v8/tools/clang/scripts/ |
D | build_file.py | 14 tool_dir = os.path.abspath(os.path.join(script_dir, '../pylib')) variable 15 sys.path.insert(0, tool_dir)
|
D | run_tool.py | 50 tool_dir = os.path.abspath(os.path.join(script_dir, '../pylib')) variable 51 sys.path.insert(0, tool_dir)
|