Searched refs:attr_fd (Results 1 – 1 of 1) sorted by relevance
491 unique_fd attr_fd(openat(target_proc_fd, "attr/current", O_RDONLY | O_CLOEXEC)); in main() local492 if (!android::base::ReadFdToString(attr_fd, &info.selinux_label)) { in main()