Home
last modified time | relevance | path

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

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