Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerQueryIterator.cpp38 ServerQueryIterator::SetEntry(const int32* shareVolumeIDs, in SetEntry() argument
44 if (!shareVolumeIDs || shareVolumeCount <= 0) in SetEntry()
55 memcpy(fShareVolumeIDs, shareVolumeIDs, shareVolumeCount * 4); in SetEntry()
H A DServerQueryIterator.h19 status_t SetEntry(const int32* shareVolumeIDs,