HomeSort by relevance Sort by last modified time
    Searched refs:color_str (Results 1 - 4 of 4) sorted by null

  /external/selinux/policycoreutils/secon/
secon.c 538 static unsigned int disp__color_to_ansi(const char *color_str)
545 if (strncasecmp(&color_str[1], "7f", 2) >= 0)
548 if (strncasecmp(&color_str[3], "7f", 2) >= 0)
551 if (strncasecmp(&color_str[5], "7f", 2) >= 0)
627 char *color_str = NULL; local
653 if (selinux_raw_context_to_color(scon_raw, &color_str) < 0)
657 color.user_fg = strtok(color_str, " ");
744 if (color_str)
745 free(color_str);
  /external/selinux/mcstrans/src/
mcscolor.c 285 int raw_color(const security_context_t raw, char **color_str) {
295 if (!color_str || !*color_str) {
338 *color_str = result;
  /external/selinux/libselinux/include/selinux/
selinux.h 636 char **color_str);
  /frameworks/base/tools/aapt2/
ResourceUtils.cpp 399 StringPiece color_str(util::TrimWhitespace(str));
400 const char* start = color_str.data();
401 const size_t len = color_str.size();

Completed in 353 milliseconds