Searched refs:hostAttrName (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DFSUtils.h226 ReadAttrResult ReadAttr(const BNode*, const char* hostAttrName,
235 ReadAttrResult GetAttrInfo(const BNode*, const char* hostAttrName,
H A DFSUtils.cpp3291 ReadAttr(const BNode* node, const char* hostAttrName, argument
3295 if (!isForeign && node->ReadAttr(hostAttrName, type, offset, buffer,
3319 GetAttrInfo(const BNode* node, const char* hostAttrName, argument
3324 if (node->GetAttrInfo(hostAttrName, &info) == B_OK) {

Completed in 28 milliseconds