Home
last modified time | relevance | path

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

/platform_testing/utils/shell-as/
Dshell-code.cpp63 size_t selinux_context_size = strlen(selinux_context) + 1 /* null byte */; in GetSELinuxShellCode() local
64 *total_size = shell_code_size + selinux_context_size; in GetSELinuxShellCode()
69 selinux_context_size); in GetSELinuxShellCode()