OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ui_print
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/
common.h
24
#define LOGE(...)
ui_print
("E:" __VA_ARGS__)
45
void
ui_print
(const char* format, ...);
recovery.cpp
1324
ui_print
(const char* format, ...) {
function
[
all
...]
/bootable/recovery/tests/component/
verifier_test.cpp
79
ui_print
(const char* format, ...) {
function
/build/tools/releasetools/
edify_generator.py
176
'
ui_print
(" Verified.") || '
177
'
ui_print
("\\"{filename}\\" has unexpected contents.");'.format(
234
self.script.append('
ui_print
("%s");' % (message,))
Completed in 2926 milliseconds