Home
last modified time | relevance | path

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

/external/toolchain-utils/binary_search_tool/
Dbinary_search_perforce.py33 def GetP4Command(client_name, p4_port, p4_paths, checkoutdir, p4_snapshot=''): argument
53 command += " && echo \"P4PORT=" + p4_port + "\" >> .p4config"
323 def __init__(self, p4_port, p4_paths, test_command): argument
325 self.p4_port = p4_port
336 command = GetP4Command(self.client_name, self.p4_port, self.p4_paths, 1,
365 command += " && echo \"P4PORT=" + self.p4_port + "\" >> .p4config"