Searched refs:chown_re (Results 1 – 9 of 9) sorted by relevance
221 chown_re = re.compile(r"chown [0-9]+:[0-9]+") variable223 return chown_re.sub("chown UID:GID", msg)
286 chown_re = re.compile(r"chown [0-9]+:[0-9]+") variable288 return chown_re.sub("chown UID:GID", msg)
294 chown_re = re.compile(r"chown [0-9]+:[0-9]+") variable296 return chown_re.sub("chown UID:GID", msg)
355 chown_re = re.compile(r"chown [0-9]+:[0-9]+") variable357 return chown_re.sub("chown UID:GID", msg)
369 chown_re = re.compile(r"chown [0-9]+:[0-9]+") variable371 return chown_re.sub("chown UID:GID", msg)
387 chown_re = re.compile(r"chown [0-9]+:[0-9]+") variable389 return chown_re.sub("chown UID:GID", msg)
401 chown_re = re.compile(r"chown [0-9]+:[0-9]+") variable403 return chown_re.sub("chown UID:GID", msg)