OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uiPrintf
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/updater/include/updater/
install.h
24
//
uiPrintf
function prints msg to screen as well as logs
25
void
uiPrintf
(State* _Nonnull state, const char* _Nonnull format, ...)
/bootable/recovery/updater/
install.cpp
88
void
uiPrintf
(State* _Nonnull state, const char* _Nonnull format, ...) {
184
uiPrintf
(state, "%s: failed to mount %s at %s: %s\n", name, location.c_str(),
234
uiPrintf
(state, "unmount of %s failed; no such volume\n", mount_point.c_str());
239
uiPrintf
(state, "unmount of %s failed (%d): %s\n", mount_point.c_str(), ret, strerror(errno));
[
all
...]
blockimg.cpp
[
all
...]
Completed in 66 milliseconds