Searched refs:strip_root (Results 1 – 1 of 1) sorted by relevance
16 def compile_one(host_path, strip_root=None, verbose=False): argument35 if strip_root is not None:38 runtime_path = os.path.join("/", os.path.relpath(host_path, strip_root))76 if args.strip_root and ".." in os.path.relpath(d, args.strip_root):80 compile_one(os.path.join(parent, f), args.strip_root,