Home
last modified time | relevance | path

Searched defs:action_data (Results 1 – 3 of 3) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Daction.c700 static int eval_expr_log(struct expr *expr, struct action_data *action_data) in eval_expr_log()
731 static int eval_expr(struct expr *expr, struct action_data *action_data) in eval_expr()
755 static int eval_expr_top(struct action *action, struct action_data *action_data) in eval_expr_top()
883 struct action_data action_data; in eval_actions() local
918 struct action_data action_data; in eval_frag_actions() local
979 struct action_data action_data; in eval_exclude_actions() local
1513 struct action_data action_data; in eval_empty_actions() local
1628 void eval_move(struct action_data *action_data, struct move_ent *move, in eval_move()
1764 struct action_data action_data; in eval_move_actions() local
1989 struct action_data action_data; in eval_prune_actions() local
[all …]
Daction.h211 struct action_data { struct
212 int depth;
213 char *name;
214 char *pathname;
215 char *subpath;
216 struct stat *buf;
217 struct dir_ent *dir_ent;
218 struct dir_info *root;
/external/libevent/test/
Dregress.gen.h99 char *action_data; member