Searched defs:eol (Results 1 - 4 of 4) sorted by relevance

/system/core/storaged/include/
H A Dstoraged_info.h31 uint16_t eol; // pre-eol (end of life) information member in class:storage_info_t
40 storage_info_t() : eol(0), lifetime_a(0), lifetime_b(0),
/system/core/libutils/
H A DTokenizer.cpp114 const char* eol = mCurrent; local
115 while (eol != end) {
116 char ch = *eol;
120 eol += 1;
122 return String8(mCurrent, eol - mCurrent);
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dgrep.h108 bool eol; member in struct:__anon1716
/system/core/init/
H A Dproperty_service.cpp531 char *key, *value, *eol, *sol, *tmp, *fn; local
539 while ((eol = strchr(sol, '\n'))) {
541 *eol++ = 0;
542 sol = eol;
547 tmp = eol - 2;

Completed in 89 milliseconds