Searched refs:p4_snapshot (Results 1 – 4 of 4) sorted by relevance
/external/toolchain-utils/automation/clients/helper/ |
D | chromeos.py | 64 def __init__(self, chromeos_version, board, toolchain, p4_snapshot): argument 68 self.p4_snapshot = p4_snapshot 115 if self.p4_snapshot: 116 return p4client.CheckoutFromSnapshot(self.p4_snapshot) 158 p4_snapshot=''): argument 164 p4_snapshot)
|
/external/toolchain-utils/automation/clients/ |
D | chromeos.py | 27 def __init__(self, board, remote, gcc_githash, p4_snapshot=''): argument 31 self._p4_snapshot = p4_snapshot 97 p4_snapshot=options.p4_snapshot)
|
D | dejagnu_compiler.py | 27 def __init__(self, board, remote, p4_snapshot, cleanup): argument 30 self._p4_snapshot = p4_snapshot 92 options.p4_snapshot, options.cleanup)
|
/external/toolchain-utils/binary_search_tool/ |
D | binary_search_perforce.py | 29 def GetP4Command(client_name, p4_port, p4_paths, checkoutdir, p4_snapshot=''): argument 32 if p4_snapshot: 40 command += ('&& rsync -lr ' + p4_snapshot + '/' + real_path + ' ' +
|