Home
last modified time | relevance | path

Searched refs:attr_fd (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/debuggerd/
H A Dcrash_dump.cpp509 unique_fd attr_fd(openat(target_proc_fd, "attr/current", O_RDONLY | O_CLOEXEC)); in main() local
510 if (!android::base::ReadFdToString(attr_fd, &info.selinux_label)) { in main()