Home | History | Annotate | Download | only in ndk-depends

Lines Matching defs:next_pos

819       const char* next_pos = begin;
820 while (next_pos < end &&
821 !IsLdSoConfSeparator(*next_pos) &&
822 *next_pos != '#')
823 next_pos++;
825 size_t len = static_cast<size_t>(next_pos - begin);
873 begin = next_pos;
890 const TCHAR* next_pos = _tcschr(pos, ':');
891 if (next_pos == NULL) {
893 next_pos = pos + path_len;
895 path_len = next_pos - pos;
896 next_pos += 1;
907 pos = next_pos;