Searched refs:move_ent (Results 1 - 2 of 2) sorted by relevance

/external/squashfs-tools/squashfs-tools/
H A Daction.h285 struct move_ent { struct
290 struct move_ent *next;
H A Daction.c1565 static struct move_ent *move_list = NULL;
1574 static char *move_pathname(struct move_ent *move)
1628 void eval_move(struct action_data *action_data, struct move_ent *move,
1765 struct move_ent *move = NULL;
1870 static void move_file(struct move_ent *move_ent) argument
1872 struct dir_ent *dir_ent = move_ent->dir_ent;
1874 if(move_ent->ops & ACTION_MOVE_MOVE) {
1877 *dest = move_ent->dest;
1885 char *conf_path = move_pathname(move_ent);
[all...]

Completed in 61 milliseconds