Home
last modified time | relevance | path

Searched defs:line (Results 1 – 6 of 6) sorted by relevance

/bootable/recovery/tools/ota/
Dadd-property-tag.c31 int should_tag(const char *line, const char *propname) { in should_tag()
45 int remove_tag(char *line, const char *tag) { in remove_tag()
56 void write_tagged(FILE *out, const char *line, const char *tag, int number) { in write_tagged()
109 char line[4096]; in main() local
Dcheck-lost+found.c127 char *saveptr, *line; in main() local
/bootable/recovery/updater/
Dupdater.c148 char* line = strtok(state.errmsg, "\n"); in main() local
Dinstall.c57 char* line = strtok(buffer, "\n"); in uiPrint() local
987 char* line = strtok(buffer, "\n"); in FileGetPropFn() local
Dblockimg.c1524 char* line = NULL; in PerformBlockImageUpdate() local
/bootable/recovery/
Dscreen_ui.cpp214 void ScreenRecoveryUI::DrawTextLine(int* y, const char* line, bool bold) { in DrawTextLine()