Home
last modified time | relevance | path

Searched defs:context_str (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_internal.h458 char *context_str; member
763 char *context_str; member
778 char *context_str; member
786 char *context_str; member
795 char *context_str; member
812 char *context_str; member
822 char *context_str; member
828 char *context_str; member
833 char *context_str; member
840 char *context_str; member
[all …]
/aosp_15_r20/external/selinux/libselinux/src/
H A Dcontext.c117 const char *context_str(context_t context) in context_str() function
/aosp_15_r20/art/runtime/oat/
H A Doat_file_assistant_test.cc319 std::string context_str = "PCL[" + context_location + "]"; in TEST_P() local
1744 std::string context_str = "PCL[" + context_location + "]"; in TEST_P() local
H A Doat_file_assistant.cc232 const std::optional<std::string>& context_str, in Create()