Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Daction.c1565 static struct move_ent *move_list = NULL; variable
1844 move->next = move_list; in eval_move_actions()
1845 move_list = move; in eval_move_actions()
1955 while(move_list) { in do_move_actions()
1956 struct move_ent *temp = move_list; in do_move_actions()
1957 struct dir_info *dest = (move_list->ops & ACTION_MOVE_MOVE) ? in do_move_actions()
1958 move_list->dest : move_list->dir_ent->our_dir; in do_move_actions()
1959 char *name = (move_list->ops & ACTION_MOVE_RENAME) ? in do_move_actions()
1960 move_list->name : move_list->dir_ent->name; in do_move_actions()
1963 char *conf_path = move_pathname(move_list); in do_move_actions()
[all …]