Searched refs:path_len (Results 1 – 1 of 1) sorted by relevance
889 size_t path_len; in AddHostLibraryPaths() local892 path_len = _tcslen(pos); in AddHostLibraryPaths()893 next_pos = pos + path_len; in AddHostLibraryPaths()895 path_len = next_pos - pos; in AddHostLibraryPaths()899 if (path_len == 0) { in AddHostLibraryPaths()904 lib_search_path->push_back(String(pos, path_len)); in AddHostLibraryPaths()