Searched refs:destDir (Results 1 - 7 of 7) sorted by relevance

/haiku/src/kits/tracker/
H A DFSUtils.cpp130 status_t MoveItem(BEntry* entry, BDirectory* destDir, BPoint* loc,
134 const BDirectory* destDir, int32* collisionCount, uint32 moveMode);
136 const BDirectory* destDir, bool multipleCollisions,
226 const entry_ref* destDir, bool showCount)
255 const char* destName, const BDirectory* destDir, bool srcIsDir,
344 const entry_ref* destDir, bool showCount)
348 destDir, showCount);
452 BDirectory destDir (targetModel->EntryRef());
454 destDir.GetStat(&deststat);
879 BObjectList<entry_ref>* srcList, BVolume* dstVol, BDirectory* destDir,
225 Init(int32 totalItems, off_t totalSize, const entry_ref* destDir, bool showCount) argument
254 OverwriteOnConflict(const BEntry* srcEntry, const char* destName, const BDirectory* destDir, bool srcIsDir, bool dstIsDir) argument
343 Init(int32 totalItems, off_t totalSize, const entry_ref* destDir, bool showCount) argument
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
1016 BDirectory destDir; local
1253 CopyFile(BEntry* srcFile, StatStruct* srcStat, BDirectory* destDir, CopyLoopControl* loopControl, BPoint* loc, bool makeOriginalName, Undo &undo) argument
1349 CreateFileSystemCompatibleName(const BDirectory* destDir, char* destName) argument
1387 LowLevelCopy(BEntry* srcEntry, StatStruct* srcStat, BDirectory* destDir, char* destName, CopyLoopControl* loopControl, BPoint* loc) argument
1601 CopyFolder(BEntry* srcEntry, BDirectory* destDir, CopyLoopControl* loopControl, BPoint* loc, bool makeOriginalName, Undo &undo, bool removeSource = false) argument
1736 RecursiveMove(BEntry* entry, BDirectory* destDir, CopyLoopControl* loopControl) argument
1773 MoveItem(BEntry* entry, BDirectory* destDir, BPoint* loc, uint32 moveMode, const char* newName, Undo &undo, CopyLoopControl* loopControl) argument
2162 PreFlightNameCheck(BObjectList<entry_ref>* srcList, const BDirectory* destDir, int32* collisionCount, uint32 moveMode) argument
2233 CheckName(uint32 moveMode, const BEntry* sourceEntry, const BDirectory* destDir, bool multipleCollisions, ConflictCheckResult& conflictResolution) argument
2473 FSMakeOriginalName(BString &string, const BDirectory* destDir, const char* suffix) argument
2486 FSMakeOriginalName(char* name, BDirectory* destDir, const char* suffix) argument
[all...]
H A DFSUtils.h69 const entry_ref* destDir = NULL,
97 const BDirectory* destDir,
129 const entry_ref* destDir = NULL,
174 _IMPEXP_TRACKER void FSMakeOriginalName(char* name, BDirectory* destDir,
201 _IMPEXP_TRACKER status_t FSCreateNewFolderIn(const node_ref* destDir,
240 void FSMakeOriginalName(BString &name, const BDirectory* destDir,
H A DStatusWindow.h71 const entry_ref* destDir = NULL,
110 const entry_ref* destDir, bool showCount);
H A DStatusWindow.cpp279 off_t totalSize, const entry_ref* destDir, bool showCount)
287 view->InitStatus(totalItems, totalSize, destDir, showCount);
578 const entry_ref* destDir, bool showCount)
586 if (destDir != NULL && entry.SetTo(destDir) == B_OK) {
278 InitStatusItem(thread_id thread, int32 totalItems, off_t totalSize, const entry_ref* destDir, bool showCount) argument
577 InitStatus(int32 totalItems, off_t totalSize, const entry_ref* destDir, bool showCount) argument
H A DPoseView.cpp3393 BDirectory destDir(targetModel->NodeRef());
3394 if (destDir.InitCheck() != B_OK)
3400 FSMakeOriginalName(fileName, &destDir, " copy");
3416 BFile destFile(&destDir, fileName, B_READ_WRITE | B_CREATE_FILE);
3437 BNode destNode(&destDir, fileName);
3440 BEntry entry(&destDir, fileName);
/haiku/src/bin/
H A Dcopyattr.cpp372 BDirectory destDir; local
380 error = BDirectory().CreateDirectory(destPath, &destDir);
387 destNode = &destDir;
/haiku/src/kits/storage/
H A DCopyEngine.cpp205 BDirectory destDir; local
213 error = BDirectory().CreateDirectory(destPath, &destDir);
220 destNode = &destDir;

Completed in 86 milliseconds