Lines Matching refs:fullname
15 fullname = os.path.join(root, name)16 if os.path.isdir(fullname) and not os.path.islink(fullname):17 cleanout(fullname)19 os.remove(fullname)80 fullname = root82 fullname = os.path.join(fullname, c)84 os.mkdir(fullname)86 with open(fullname, "w") as f: