Searched refs:p4_port (Results 1 – 1 of 1) sorted by relevance
/external/toolchain-utils/binary_search_tool/ |
D | binary_search_perforce.py | 29 def GetP4Command(client_name, p4_port, p4_paths, checkoutdir, p4_snapshot=''): argument 49 command += " && echo \"P4PORT=" + p4_port + "\" >> .p4config" 260 def __init__(self, p4_port, p4_paths, test_command): argument 262 self.p4_port = p4_port 273 command = GetP4Command(self.client_name, self.p4_port, self.p4_paths, 1, 301 command += " && echo \"P4PORT=" + self.p4_port + "\" >> .p4config"
|