Searched refs:sat (Results 1 - 2 of 2) sorted by relevance
/pkg/src/modules/ |
H A D | altroot.py | 45 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)
|
H A D | variant.py | 425 def __calc_simple(self, sat): 441 if sat:
|
Completed in 14 milliseconds