Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc819 const char* next_pos = begin; in AddHostLdSoConfPaths() local
820 while (next_pos < end && in AddHostLdSoConfPaths()
821 !IsLdSoConfSeparator(*next_pos) && in AddHostLdSoConfPaths()
822 *next_pos != '#') in AddHostLdSoConfPaths()
823 next_pos++; in AddHostLdSoConfPaths()
825 size_t len = static_cast<size_t>(next_pos - begin); in AddHostLdSoConfPaths()
873 begin = next_pos; in AddHostLdSoConfPaths()
890 const TCHAR* next_pos = _tcschr(pos, ':'); in AddHostLibraryPaths() local
891 if (next_pos == NULL) { in AddHostLibraryPaths()
893 next_pos = pos + path_len; in AddHostLibraryPaths()
[all …]