Searched refs:PathMapping (Results 1 – 7 of 7) sorted by relevance
/external/toolchain-utils/automation/clients/helper/ |
D | android.py | 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)) 234 [perforce.PathMapping('gcctools/android/tools/...',
|
D | perforce.py | 11 class PathMapping(object): class 122 assert type(mapping) is PathMapping 126 assert type(mapping) is PathMapping
|
D | crosstool.py | 81 perforce.PathMapping.ListFromPathDict(paths))
|
D | chromeos.py | 122 perforce.PathMapping('gcctools/chromeos/v14/...')
|
/external/toolchain-utils/automation/clients/ |
D | chromeos.py | 39 perforce.PathMapping('gcctools/chromeos/v14/...')
|
D | dejagnu_compiler.py | 39 perforce.PathMapping('gcctools/chromeos/v14/...')
|
/external/toolchain-utils/ |
D | repo_to_repo.py | 33 canonical_mappings.append(perforce.PathMapping(remote_path, local_path))
|