Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/scripts/
H A Dpycompile.py16 def compile_one(host_path, strip_root=None, verbose=False): argument
35 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,