Searched refs:fsetattr (Results 1 - 5 of 5) sorted by relevance

/pkg/src/tests/api/
H A Dt_sysattr.py91 # fsetattr
92 self.assertRaises(TypeError, portable.fsetattr, self.test_fn,
94 self.assertRaises(ValueError, portable.fsetattr, self.test_fn,
96 self.assertRaises(ValueError, portable.fsetattr, self.test_fn,
98 self.assertRaises(OSError, portable.fsetattr, "/nofile",
101 self.assertRaises(OSError, portable.fsetattr, self.test_fn2,
115 """Check if the fsetattr works with all supported attrs."""
120 portable.fsetattr(self.test_fn, [a])
126 portable.fsetattr(self.test_fn, supported[a])
131 portable.fsetattr(sel
[all...]
/pkg/src/modules/portable/
H A D__init__.py215 def fsetattr(path, attrs): function
H A Dos_sunos.py43 from pkg.sysattr import fgetattr, fsetattr namespace
/pkg/src/modules/
H A Dsysattr.py108 def fsetattr(filename, attr): function
170 if lib.fsetattr(fd, lib.XATTR_VIEW_READWRITE, request[0]):
/pkg/src/modules/actions/
H A Dfile.py318 portable.fsetattr(final_path, arg)

Completed in 13 milliseconds