Home
last modified time | relevance | path

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

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