Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/android/
Dandroid_device.c556 struct dir_hash_node { struct
559 struct dir_hash_node *next; argument
565 static bool check_context_match_for_dir(const char *pathname, struct dir_hash_node **new_node, in check_context_match_for_dir()
585 *new_node = calloc(1, sizeof(struct dir_hash_node)); in check_context_match_for_dir()
629 struct dir_hash_node *current = NULL; in selinux_android_restorecon_common()
630 struct dir_hash_node *head = NULL; in selinux_android_restorecon_common()
743 struct dir_hash_node* new_node = NULL; in selinux_android_restorecon_common()
808 struct dir_hash_node *next = current->next; in selinux_android_restorecon_common()
/external/selinux/libselinux/src/
Dselinux_restorecon.c778 struct dir_hash_node { struct
781 struct dir_hash_node *next; argument
789 struct dir_hash_node **new_node, in check_context_match_for_dir()
813 *new_node = calloc(1, sizeof(struct dir_hash_node)); in check_context_match_for_dir()
849 struct dir_hash_node *head, *current;
936 struct dir_hash_node *new_node = NULL; in selinux_restorecon_thread()
1063 struct dir_hash_node *current = NULL; in selinux_restorecon_common()
1314 struct dir_hash_node *next = current->next; in selinux_restorecon_common()