HomeSort by relevance Sort by last modified time
    Searched full:channel_prefix (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/server2/
path_canonicalizer.py 51 channel_prefix = channel_name + '/' variable in class:PathCanonicalizer.Canonicalize.ReturnType
52 if path.startswith(channel_prefix):
56 return ReturnType(path[len(channel_prefix):], True)

Completed in 179 milliseconds