Home
last modified time | relevance | path

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

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