Lines Matching defs:root
37 # @root: start of executable pathname
40 # @fill: character to fill between @root and @target to reach @size bytes
43 def test(name, size, good=True, leading="", root="./", target="/perl",
52 remaining = size - len(hashbang) - len(leading) - len(root) - len(target) - len(arg)
60 dirpath = root + middle
67 buf=hashbang + leading + root + middle + target + arg + newline
117 test(name="whitespace-too-big", size=SIZE+71, good=False, root="",
122 test(name="empty", size=2, good=False, root="",
125 test(name="spaces", size=SIZE-1, good=False, root="", fill=" ",
129 root="", fill=" ", target="")
136 root="./nix/store/bwav8kz8b3y471wjsybgzw84mrh4js9-perl-5.28.1/bin",