Searched refs:ar_open (Results 1 - 4 of 4) sorted by relevance
/pkg/src/modules/ |
H A D | altroot.py | 73 def ar_open(root, path, flags, function 144 ar_open(root, path_dir, os.O_RDONLY) 192 For all other parameters, refer to the 'ar_open' function 206 path_dir_fd = ar_open(root, path_dir, os.O_RDONLY) 233 For all other parameters, refer to the 'ar_open' function 250 src_dir_fd = ar_open(root, src_dir, os.O_RDONLY) 252 dst_dir_fd = ar_open(root, dst_dir, os.O_RDONLY) 272 For all other parameters, refer to the 'ar_open' function 285 path_dir_fd = ar_open(root, path_dir, os.O_RDONLY) 299 For all other parameters, refer to the 'ar_open' functio [all...] |
H A D | misc.py | 3051 # If it is a symbolic link, fall back to ar_open. ar_open interprets 3054 from pkg.altroot import ar_open namespace 3055 return os.fdopen(ar_open(root, os.path.relpath(path, root), flag, mode))
|
/pkg/src/tests/api/ |
H A D | t_altroot.py | 156 (ar.ar_open, (r, self.p_f1_redir, os.O_RDONLY)), 157 (ar.ar_open, (r, self.p_d_f1_redir, os.O_RDONLY)),
|
/pkg/src/modules/client/linkedimage/ |
H A D | common.py | 3602 fd = ar.ar_open(root, pathtmp, os.O_WRONLY, 3630 fd = ar.ar_open(root, path, os.O_RDONLY)
|
Completed in 61 milliseconds