Searched refs:BCopyEngine (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/storage/
H A DCopyEngine.h24 class BCopyEngine : public BEntryOperationEngineBase { class in namespace:BPrivate
35 BCopyEngine(uint32 flags = 0);
36 ~BCopyEngine();
42 BCopyEngine& SetFlags(uint32 flags);
43 BCopyEngine& AddFlags(uint32 flags);
44 BCopyEngine& RemoveFlags(uint32 flags);
77 class BCopyEngine::BController {
100 using ::BPrivate::BCopyEngine;
/haiku/src/kits/storage/
H A DCopyEngine.cpp34 // #pragma mark - BCopyEngine
37 BCopyEngine::BCopyEngine(uint32 flags) function in class:BPrivate::BCopyEngine
47 BCopyEngine::~BCopyEngine()
53 BCopyEngine::BController*
54 BCopyEngine::Controller() const
61 BCopyEngine::SetController(BController* controller)
68 BCopyEngine::Flags() const
74 BCopyEngine
[all...]
/haiku/src/servers/package/
H A DFSTransaction.cpp92 status_t error = BCopyEngine(
93 BCopyEngine::COPY_RECURSIVELY
94 | BCopyEngine::UNLINK_DESTINATION)
H A DCommitTransactionHandler.cpp971 status_t error = BCopyEngine(BCopyEngine::COPY_RECURSIVELY)
1213 error = BCopyEngine(BCopyEngine::UNLINK_DESTINATION).CopyEntry(
/haiku/src/kits/package/manager/
H A DPackageManager.cpp594 if (bestFile != NULL && BCopyEngine().CopyEntry(bestFile,
712 error = BCopyEngine().CopyEntry(sourcePath.Path(), destinationPath.Path());

Completed in 126 milliseconds