HomeSort by relevance Sort by last modified time
    Searched refs:p4client (Results 1 - 6 of 6) sorted by null

  /external/toolchain-utils/automation/clients/
chromeos.py 44 p4client = perforce.CommandsFactory(self.P4_CHECKOUT_DIR, p4view)
47 return p4client.CheckoutFromSnapshot(self._p4_snapshot)
49 return p4client.SetupAndDo(p4client.Sync(), p4client.Remove())
dejagnu_compiler.py 44 p4client = perforce.CommandsFactory(self.P4_CHECKOUT_DIR, p4view)
47 return p4client.CheckoutFromSnapshot(self._p4_snapshot)
49 return p4client.SetupAndDo(p4client.Sync(), p4client.Remove())
  /external/toolchain-utils/automation/clients/helper/
android.py 93 self.p4client = self._CreatePerforceClient()
177 p4client = self.p4client
178 command = p4client.SetupAndDo(p4client.Sync(),
179 p4client.SaveCurrentCLNumber('CLNUM'),
180 p4client.Remove())
236 p4client = perforce.CommandsFactory(self.TOOLS_DIR, p4view)
237 return p4client.SetupAndDo(p4client.Sync(), p4client.Remove()
    [all...]
crosstool.py 83 self.p4client = perforce.CommandsFactory(self.CHECKOUT_DIR, p4view)
86 p4client = self.p4client
88 return p4client.SetupAndDo(p4client.Sync(),
89 p4client.SaveCurrentCLNumber('CLNUM'),
90 p4client.Remove())
chromeos.py 113 p4client = perforce.CommandsFactory(self.P4_CHECKOUT_DIR, p4view)
116 return p4client.CheckoutFromSnapshot(self.p4_snapshot)
118 return p4client.SetupAndDo(p4client.Sync(), p4client.Remove())
  /external/toolchain-utils/
repo_to_repo.py 146 p4client = perforce.CommandsFactory(self._root_dir,
149 command = p4client.SetupAndDo(p4client.Sync(self.revision))
152 command = p4client.InCheckoutDir(p4client.SaveCurrentCLNumber())
156 command = p4client.InCheckoutDir(p4client.Remove())

Completed in 94 milliseconds