Searched refs:destRef (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/expander/
H A DExpanderThread.cpp51 entry_ref destRef; local
57 if (GetDataStore()->FindRef("destRef", &destRef) == B_OK) {
58 BPath path(&destRef);
H A DExpanderWindow.cpp271 entry_ref destRef; local
273 entry.GetRef(&destRef);
277 &destRef, B_DIRECTORY_NODE, false, NULL,
280 fDestPanel->SetPanelDirectory(&destRef);
665 message.AddRef("destRef", &fDestRef);
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp2007 NodeRef* destRef = (*itDest).second; local
2008 ASSERT(destRef);
2009 if(!(destRef->kind() & B_BUFFER_CONSUMER))
2014 err = destRef->getConnectedInputs(inputs);
2024 destRef->name(), strerror(err)));
2030 // PRINT((" - %s: %ld inputs\n", destRef->name(), inputs.size()));
2046 input.name, destRef->name(), input.source.port));
2061 input.name, destRef->name()));
2080 destRef->name(), input.name,
2110 // destRef
[all...]
/haiku/src/kits/tracker/
H A DFSUtils.cpp880 entry_ref* destRef, bool preflightNameCheck, bool needSizeCalculation,
963 loopControl->Init(totalItems, totalSize, destRef);
972 loopControl->Init(numItems, numItems, destRef);
1013 entry_ref destRef; local
1027 destEntry->GetRef(&destRef);
1054 entry.GetRef(&destRef);
1085 &volume, destDirToCheck, &destRef, needPreflightNameCheck,
1117 && (srcRef->device == destRef.device
1321 node_ref destRef;
1322 destDir->GetNodeRef(&destRef);
878 InitCopy(CopyLoopControl* loopControl, uint32 moveMode, BObjectList<entry_ref>* srcList, BVolume* dstVol, BDirectory* destDir, entry_ref* destRef, bool preflightNameCheck, bool needSizeCalculation, int32* collisionCount, ConflictCheckResult* preflightResult) argument
[all...]

Completed in 39 milliseconds