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

/haiku/headers/private/storage/
H A DRemoveEngine.h51 virtual bool EntryStarted(const char* path);
H A DCopyEngine.h82 virtual bool EntryStarted(const char* path);
/haiku/src/kits/storage/
H A DRemoveEngine.cpp67 if (fController != NULL && !fController->EntryStarted(path))
180 BRemoveEngine::BController::EntryStarted(const char* path) function in class:BPrivate::BRemoveEngine::BController
H A DCopyEngine.cpp134 if (fController != NULL && !fController->EntryStarted(sourcePath))
536 BCopyEngine::BController::EntryStarted(const char* path) function in class:BPrivate::BCopyEngine::BController

Completed in 35 milliseconds