Home
last modified time | relevance | path

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

/external/qemu/
Dpath.c19 struct pathelem struct
25 struct pathelem *parent; argument
28 struct pathelem *entries[0]; argument
31 static struct pathelem *base;
44 static struct pathelem *add_entry(struct pathelem *root, const char *name,
47 static struct pathelem *new_entry(const char *root, in new_entry()
48 struct pathelem *parent, in new_entry()
51 struct pathelem *new = malloc(sizeof(*new)); in new_entry()
72 static struct pathelem *add_dir_maybe(struct pathelem *path) in add_dir_maybe()
89 static struct pathelem *add_entry(struct pathelem *root, const char *name, in add_entry()
[all …]