Home
last modified time | relevance | path

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

/external/toolchain-utils/automation/clients/helper/
Dchromeos.py64 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/
Dchromeos.py27 def __init__(self, board, remote, gcc_githash, p4_snapshot=''): argument
31 self._p4_snapshot = p4_snapshot
97 p4_snapshot=options.p4_snapshot)
Ddejagnu_compiler.py27 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/
Dbinary_search_perforce.py33 def GetP4Command(client_name, p4_port, p4_paths, checkoutdir, p4_snapshot=''): argument
36 if p4_snapshot:
44 command += ('&& rsync -lr ' + p4_snapshot + '/' + real_path + ' ' +