Searched refs:uiPrintf (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/updater/include/updater/ |
D | install.h | 25 void uiPrintf(State* _Nonnull state, const char* _Nonnull format, ...)
|
/bootable/recovery/updater/ |
D | install.cpp | 86 void uiPrintf(State* _Nonnull state, const char* _Nonnull format, ...) { in uiPrintf() function 334 uiPrintf(state, "%s: Failed to mount %s at %s: %s", name, location.c_str(), mount_point.c_str(), in MountFn() 384 uiPrintf(state, "Failed to unmount %s: No such volume", mount_point.c_str()); in UnmountFn() 389 uiPrintf(state, "Failed to unmount %s: %s", mount_point.c_str(), strerror(errno)); in UnmountFn()
|
D | blockimg.cpp | 2175 uiPrintf(state, "Device was remounted R/W %" PRIu16 " times", mount_count); in CheckFirstBlockFn() 2176 uiPrintf(state, "Last remount happened on %s", ctime(&mount_time)); in CheckFirstBlockFn()
|