Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Daction.h199 #define ACTION_LOG_VERBOSE ACTION_LOG_TRUE | ACTION_LOG_FALSE macro
Daction.c823 return parse_action(s, ACTION_LOG_VERBOSE); in parse_action_verbose()
840 case ACTION_LOG_VERBOSE: in read_action_file()
Dmksquashfs.c5565 res = parse_action(argv[i], ACTION_LOG_VERBOSE); in main()
5608 if(read_action_file(argv[i], ACTION_LOG_VERBOSE) == FALSE) in main()