Lines Matching refs:portable
47 import pkg.portable as portable
77 if portable.ostype == "windows":
268 portable.chown(temp, owner, group)
277 portable.rename(final_path, old_path)
285 portable.rename(temp, final_path)
311 sattrs[0] not in portable.get_sysattr_dict():
318 portable.fsetattr(final_path, arg)
499 sattrs[0] not in portable.get_sysattr_dict():
501 set_attrs = portable.fgetattr(path,
505 set_attrs = portable.fgetattr(path)