Home | History | Annotate | Download | only in test

Lines Matching refs:fullname

16         fullname = os.path.join(root, name)
17 if os.path.isdir(fullname) and not os.path.islink(fullname):
18 cleanout(fullname)
20 os.remove(fullname)
74 fullname = root
76 fullname = os.path.join(fullname, c)
78 os.mkdir(fullname)
80 f = open(fullname, "w")