Home
last modified time | relevance | path

Searched refs:RemotePath (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/common/bin/
Dupdate_chrome_reference_binaries.py200 RemotePath = collections.namedtuple('RemotePath', 'bucket, path') variable
205 return RemotePath(bucket=_CHROME_GS_BUCKET,
270 return RemotePath(bucket=_CHROMIUM_GS_BUCKET,
/external/llvm/tools/bugpoint/
DToolRunner.h42 CC(StringRef ccPath, StringRef RemotePath, in CC() argument
44 : CCPath(ccPath), RemoteClientPath(RemotePath) { in CC()