Home
last modified time | relevance | path

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

/haiku/src/bin/
H A Dreindex.cpp34 BList gAttrList; // list of indices of that volume variable
156 for (int32 index = gAttrList.CountItems();index-- > 0;) { in isAttrInList()
157 const char *attr = (const char *)gAttrList.ItemAt(index); in isAttrInList()
300 gAttrList.AddItem(strdup(index->d_name)); in copyIndicesFromVolume()