Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Daction.h198 #define ACTION_LOG_FALSE 2 macro
199 #define ACTION_LOG_VERBOSE ACTION_LOG_TRUE | ACTION_LOG_FALSE
Daction.c787 && (action->verbose & ACTION_LOG_FALSE))) in eval_expr_top()
817 return parse_action(s, ACTION_LOG_FALSE); in parse_action_false()
838 case ACTION_LOG_FALSE: in read_action_file()
Dmksquashfs.c5587 res = parse_action(argv[i], ACTION_LOG_FALSE); in main()
5628 if(read_action_file(argv[i], ACTION_LOG_FALSE) == FALSE) in main()