Searched refs:ACTION_ALL (Results 1 – 2 of 2) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | action.h | 187 #define ACTION_ALL 4 macro
|
D | action.c | 858 case ACTION_ALL: in file_type_match() 3266 { "mode", MODE_ACTION, -2, ACTION_ALL, parse_mode_args, mode_action }, 3270 { "chmod", MODE_ACTION, -2, ACTION_ALL, parse_mode_args, mode_action }, 3271 { "noop", NOOP_ACTION, 0, ACTION_ALL, NULL, noop_action },
|