Searched refs:fEntryRef (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/storage/
H A DEntryOperationEngineBase.cpp22 fEntryRef(NULL),
34 fEntryRef(NULL),
45 fEntryRef(NULL),
56 fEntryRef(&entryRef),
68 fEntryRef(NULL),
89 } else if (fEntryRef != NULL) {
90 error = buffer.SetTo(fEntryRef);
165 } else if (fEntryRef != NULL) {
168 _path = fEntryRef->name;
H A DPathMonitor.cpp103 fEntryRef(-1, -1, fPath.String() + pathComponentOffset),
110 fEntryRef.SetTo(-1, -1, ".");
134 return fEntryRef.name;
144 return fEntryRef;
170 fEntryRef.device = entryRef.device;
171 fEntryRef.directory = entryRef.directory;
211 fEntryRef.SetDirectoryNodeRef(node_ref());
224 NotOwningEntryRef fEntryRef; member in class:__anon3::Ancestor
/haiku/src/kits/tracker/
H A DModel.cpp105 fEntryRef(other.fEntryRef),
228 fStatus = entry->GetRef(&fEntryRef);
260 tmpEntry.GetRef(&fEntryRef);
262 fEntryRef = *newRef;
289 fEntryRef.device = dirNode->device;
290 fEntryRef.directory = dirNode->node;
291 fEntryRef.name = strdup(name);
293 BEntry tmpNode(&fEntryRef);
372 return fEntryRef
[all...]
H A DModel.h246 entry_ref fEntryRef; member in class:BPrivate::Model
331 return &fEntryRef;
/haiku/headers/private/storage/
H A DEntryOperationEngineBase.h57 const entry_ref* fEntryRef; member in class:BPrivate::BEntryOperationEngineBase::Entry
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp325 entry_ref_to_string(fEntryRef).String());
331 entry_ref_to_string(fEntryRef).String());
373 return nodeRef == fNodeRef && entryRef == fEntryRef;
398 return nodeRef == fNodeRef && toEntryRef == fEntryRef
430 FATAL_IF_ERROR(entry.GetRef(&fEntryRef),
439 entry_ref fEntryRef; member in struct:MonitoringInfo

Completed in 62 milliseconds