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

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

Completed in 466 milliseconds