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

  /external/toolchain-utils/automation/clients/helper/
android.py 18 from automation.clients.helper import perforce
107 p4view = perforce.View('depot2', perforce.PathMapping.ListFromPathTuples([(
110 for mapping in perforce.PathMapping.ListFromPathDict(
115 p4view.add(perforce.PathMapping(p4_dev_path, 'src',
123 p4view.add(perforce.PathMapping(binutils_branch, 'src', (
126 p4view.add(perforce.PathMapping(binutils_branch, 'src', (
133 p4view.add(perforce.PathMapping(gcc_443_rel_branch, 'src', gcc443_path))
135 p4view.add(perforce.PathMapping(p4_dev_path, 'src', gcc443_path))
137 return perforce.CommandsFactory(self.CHECKOUT_DIR, p4view
    [all...]
chromeos.py 9 from automation.clients.helper import perforce
113 p4client = perforce.CommandsFactory(self.P4_CHECKOUT_DIR, p4view)
121 p4view = perforce.View(self.DEPOT2_DIR, [
122 perforce.PathMapping('gcctools/chromeos/v14/...')
crosstool.py 9 from automation.clients.helper import perforce
80 p4view = perforce.View('depot2',
81 perforce.PathMapping.ListFromPathDict(paths))
83 self.p4client = perforce.CommandsFactory(self.CHECKOUT_DIR, p4view)
  /external/toolchain-utils/automation/clients/
chromeos.py 16 from automation.clients.helper import perforce
38 p4view = perforce.View(self.DEPOT2_DIR, [
39 perforce.PathMapping('gcctools/chromeos/v14/...')
44 p4client = perforce.CommandsFactory(self.P4_CHECKOUT_DIR, p4view)
dejagnu_compiler.py 16 from automation.clients.helper import perforce
38 p4view = perforce.View(self.DEPOT2_DIR, [
39 perforce.PathMapping('gcctools/chromeos/v14/...')
44 p4client = perforce.CommandsFactory(self.P4_CHECKOUT_DIR, p4view)
  /external/toolchain-utils/
repo_to_repo.py 19 from automation.clients.helper import perforce
34 canonical_mappings.append(perforce.PathMapping(remote_path, local_path))
145 p4view = perforce.View('depot2', GetCanonicalMappings(mappings))
146 p4client = perforce.CommandsFactory(

Completed in 95 milliseconds