Searched defs:line (Results 1 – 6 of 6) sorted by relevance
/bootable/recovery/tools/ota/ |
D | add-property-tag.c | 31 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
|
D | check-lost+found.c | 127 char *saveptr, *line; in main() local
|
/bootable/recovery/updater/ |
D | updater.c | 148 char* line = strtok(state.errmsg, "\n"); in main() local
|
D | install.c | 57 char* line = strtok(buffer, "\n"); in uiPrint() local 987 char* line = strtok(buffer, "\n"); in FileGetPropFn() local
|
D | blockimg.c | 1524 char* line = NULL; in PerformBlockImageUpdate() local
|
/bootable/recovery/ |
D | screen_ui.cpp | 214 void ScreenRecoveryUI::DrawTextLine(int* y, const char* line, bool bold) { in DrawTextLine()
|