Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp198 static constexpr char kStatusFormat[] = "%-50s "; in Status() local
199 fprintf(stderr, kStatusFormat, message.c_str()); in Status()