HomeSort by relevance Sort by last modified time
    Searched full:user_contexts_path (Results 1 - 1 of 1) sorted by null

  /external/selinux/libselinux/src/
get_context_list.c 406 const char *user_contexts_path = selinux_user_contexts_path(); local
435 fname_len = strlen(user_contexts_path) + strlen(user) + 2;
439 snprintf(fname, fname_len, "%s%s", user_contexts_path, user);

Completed in 73 milliseconds