Searched refs:p4_paths (Results 1 – 1 of 1) sorted by relevance
/external/toolchain-utils/binary_search_tool/ |
D | binary_search_perforce.py | 18 def _GetP4ClientSpec(client_name, p4_paths): argument 20 for p4_path in p4_paths: 29 def GetP4Command(client_name, p4_port, p4_paths, checkoutdir, p4_snapshot=''): argument 34 for p4_path in p4_paths: 51 command += (' && g4 client ' + _GetP4ClientSpec(client_name, p4_paths)) 260 def __init__(self, p4_port, p4_paths, test_command): argument 263 self.p4_paths = p4_paths 273 command = GetP4Command(self.client_name, self.p4_port, self.p4_paths, 1, 405 p4_paths = ['//depot2/gcctools/google_vendor_src_branch/gcc/gcc-4.4.3/...', 410 p4gccbs = P4GCCBinarySearcher('perforce2:2666', p4_paths, '')
|