Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.h26 #define ON_DRY_RUN(code) code macro
29 #define ON_DRY_RUN(code) macro
Dutils.cpp425 ON_DRY_RUN({ update_progress(WEIGHT_FILE); close(fd); return 0; }); in _dump_file_from_fd()
671 ON_DRY_RUN({ update_progress(timeout_seconds); va_end(ap); return 0; }); in run_command()
708 ON_DRY_RUN({ update_progress(timeout_seconds); va_end(ap); return 0; }); in run_command_as_shell()