Searched defs:sat (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Daltroot.py45 import pkg.syscallat as sat namespace
152 path_fd = sat.openat(path_dir_fd, path_file,
213 sat.unlinkat(path_dir_fd, path_file, 0)
258 sat.renameat(src_dir_fd, src_file, dst_dir_fd, dst_file)
287 sat.mkdirat(path_dir_fd, path_file, mode)

Completed in 212 milliseconds