Searched refs:run_action (Results 1 – 3 of 3) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | action.h | 207 void (*run_action)(struct action *, struct dir_ent *); member
|
D | action.c | 904 action->action->run_action(action, dir_ent); in eval_actions()
|
/external/python/cpython3/Lib/test/ |
D | test__xxsubinterpreters.py | 205 def run_action(cid, action, end, state, *, hideclosed=True): function 2169 self.run_action(fix, action) 2171 def run_action(self, fix, action, *, hideclosed=True): member in ExhaustiveChannelTests 2176 result = run_action( 2220 self.run_action(fix, close, hideclosed=False) 2223 self.run_action(fix, close, hideclosed=False)
|