Lines Matching refs:ar_open
73 def ar_open(root, path, flags,
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' function
303 fd = ar_open(root, path, os.O_RDONLY)
314 For all other parameters, refer to the 'ar_open' function
332 For all other parameters, refer to the 'ar_open' function
336 fd = ar_open(root, path, os.O_RDONLY)
348 For all other parameters, refer to the 'ar_open' function
355 fd1 = ar_open(root, path1, os.O_RDONLY)
356 fd2 = ar_open(root, path2, os.O_RDONLY)