Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
H A Dposixmodule.c.h46 int follow_symlinks = 1; in os_stat() local
180 int follow_symlinks = 1; os_access() local
415 int follow_symlinks = 1; os_chmod() local
579 int follow_symlinks = 1; os_chflags() local
852 int follow_symlinks = 1; os_chown() local
1069 int follow_symlinks = 1; os_link() local
2042 int follow_symlinks = 1; os_utime() local
7557 int follow_symlinks = 1; os_getxattr() local
7623 int follow_symlinks = 1; os_setxattr() local
7710 int follow_symlinks = 1; os_removexattr() local
7772 int follow_symlinks = 1; os_listxattr() local
8370 int follow_symlinks = 1; os_DirEntry_stat() local
8411 int follow_symlinks = 1; os_DirEntry_is_dir() local
8457 int follow_symlinks = 1; os_DirEntry_is_file() local
[all...]
/third_party/python/Modules/
H A Dposixmodule.c1415 follow_symlinks_specified(const char *function_name, int follow_symlinks) in follow_symlinks_specified() argument
1453 fd_and_follow_symlinks_invalid(const char *function_name, int fd, int follow_symlinks) fd_and_follow_symlinks_invalid() argument
1466 dir_fd_and_follow_symlinks_invalid(const char *function_name, int dir_fd, int follow_symlinks) dir_fd_and_follow_symlinks_invalid() argument
2521 posix_do_stat(PyObject *module, const char *function_name, path_t *path, int dir_fd, int follow_symlinks) posix_do_stat() argument
2908 os_stat_impl(PyObject *module, path_t *path, int dir_fd, int follow_symlinks) os_stat_impl() argument
2934 int follow_symlinks = 0; os_lstat_impl() local
2979 os_access_impl(PyObject *module, path_t *path, int mode, int dir_fd, int effective_ids, int follow_symlinks) os_access_impl() argument
3248 os_chmod_impl(PyObject *module, path_t *path, int mode, int dir_fd, int follow_symlinks) os_chmod_impl() argument
3463 os_chflags_impl(PyObject *module, path_t *path, unsigned long flags, int follow_symlinks) os_chflags_impl() argument
3651 os_chown_impl(PyObject *module, path_t *path, uid_t uid, gid_t gid, int dir_fd, int follow_symlinks) os_chown_impl() argument
3944 os_link_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd, int dst_dir_fd, int follow_symlinks) os_link_impl() argument
5302 utime_dir_fd(utime_t *ut, int dir_fd, const char *path, int follow_symlinks) utime_dir_fd() argument
5505 os_utime_impl(PyObject *module, path_t *path, PyObject *times, PyObject *ns, int dir_fd, int follow_symlinks) os_utime_impl() argument
12913 os_getxattr_impl(PyObject *module, path_t *path, path_t *attribute, int follow_symlinks) os_getxattr_impl() argument
12989 os_setxattr_impl(PyObject *module, path_t *path, path_t *attribute, Py_buffer *value, int flags, int follow_symlinks) os_setxattr_impl() argument
13042 os_removexattr_impl(PyObject *module, path_t *path, path_t *attribute, int follow_symlinks) os_removexattr_impl() argument
13089 os_listxattr_impl(PyObject *module, path_t *path, int follow_symlinks) os_listxattr_impl() argument
13670 DirEntry_fetch_stat(PyObject *module, DirEntry *self, int follow_symlinks) DirEntry_fetch_stat() argument
13758 os_DirEntry_stat_impl(DirEntry *self, PyTypeObject *defining_class, int follow_symlinks) os_DirEntry_stat_impl() argument
13786 DirEntry_test_mode(PyTypeObject *defining_class, DirEntry *self, int follow_symlinks, unsigned short mode_bits) DirEntry_test_mode() argument
13875 os_DirEntry_is_dir_impl(DirEntry *self, PyTypeObject *defining_class, int follow_symlinks) os_DirEntry_is_dir_impl() argument
13893 os_DirEntry_is_file_impl(DirEntry *self, PyTypeObject *defining_class, int follow_symlinks) os_DirEntry_is_file_impl() argument
[all...]

Completed in 24 milliseconds