Searched refs:strip_prefix (Results 1 – 3 of 3) sorted by relevance
95 def RewritePath(path, strip_prefix, sysroot): argument98 if path.startswith(strip_prefix):99 path = path[len(strip_prefix):]
25 prefix = opts.strip_prefix
130 FLAGS.strip_prefix,