Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp72 std::string selinux_label; in engrave_tombstone_ucontext() local
73 android::base::ReadFileToString("/proc/self/attr/current", &selinux_label); in engrave_tombstone_ucontext()
79 .selinux_label = std::move(selinux_label), .siginfo = siginfo, .signo = siginfo->si_signo, in engrave_tombstone_ucontext()
Dtombstone_proto.cpp730 result.set_selinux_label(target_thread.selinux_label); in engrave_tombstone_proto()
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dtypes.h38 std::string selinux_label; member
/system/core/debuggerd/proto/
Dtombstone.proto35 string selinux_label = 8; field
/system/apex/apexd/
Dapexservice_test.cpp276 const std::string& selinux_label = "staging_data_file") { in PrepareTestApexForInstall()
278 selinux_label_input = selinux_label; in PrepareTestApexForInstall()
312 const std::string& selinux_label) { in Prepare() argument
340 std::string("u:object_r:" + selinux_label + ":s0").c_str()); in Prepare()
344 std::string("u:object_r:" + selinux_label + ":s0").c_str()); in Prepare()
/system/core/debuggerd/
Dcrash_dump.cpp637 if (!android::base::ReadFdToString(attr_fd, &info.selinux_label)) { in main()