Searched refs:RemotePath (Results 1 – 2 of 2) sorted by relevance
200 RemotePath = collections.namedtuple('RemotePath', 'bucket, path') variable205 return RemotePath(bucket=_CHROME_GS_BUCKET,270 return RemotePath(bucket=_CHROMIUM_GS_BUCKET,
42 CC(StringRef ccPath, StringRef RemotePath, in CC() argument44 : CCPath(ccPath), RemoteClientPath(RemotePath) { in CC()