Searched defs:full_path (Results 1 - 1 of 1) sorted by relevance
/sssd/src/tools/ |
H A D | files.c | 323 const char *full_path, 335 ret = selinux_file_context(full_path); 338 "Failed to set SELinux context for [%s]\n", full_path); 348 "symlink pointing to already exists at '%s'\n", full_path); 448 const char *full_path, 455 ret = selinux_file_context(full_path); 458 "Failed to set SELinux context for [%s]\n", full_path); 470 full_path, ret, strerror(ret)); 320 copy_symlink(int src_dir_fd, int dst_dir_fd, const char *file_name, const char *full_path, const struct stat *statp, uid_t uid, gid_t gid) argument 445 copy_file(int ifd, int dest_dir_fd, const char *file_name, const char *full_path, const struct stat *statp, uid_t uid, gid_t gid) argument
|
Completed in 10 milliseconds