Lines Matching defs:Volume

11 #include "Volume.h"
59 Volume::Listener::~Listener()
67 struct Volume::NodeMonitorEvent
96 struct Volume::PackagesDirectory {
139 // #pragma mark - Volume
142 Volume::Volume(BLooper* looper)
169 Volume::~Volume()
182 Volume::Init(const node_ref& rootDirectoryRef, node_ref& _packageRootRef)
210 ERROR("Volume::Init(): failed to open root directory: %s\n",
224 ERROR("Volume::Init(): failed to get root directory path: %s\n",
236 ERROR("Volume::Init(): failed to get root directory FD: %s\n",
256 ERROR("Volume::Init(): failed to get volume info: %s\n",
269 ERROR("Volume::Init(): got invalid volume info from packagefs\n");
297 Volume::InitPackages(Listener* listener)
305 ERROR("Volume::InitPackages(): failed to start watching the packages "
315 ERROR("Volume::InitPackages(): failed to open root directory: %s\n",
349 INFORM("Volume::InitPackages Requesting delayed first boot processing "
410 Volume::AddPackagesToRepository(BSolverRepository& repository, bool activeOnly)
420 ERROR("Volume::AddPackagesToRepository(): failed to add package %s "
432 Volume::InitialVerify(Volume* nextVolume, Volume* nextNextVolume)
434 INFORM("Volume::InitialVerify(%p, %p)\n", nextVolume, nextNextVolume);
439 ERROR("Volume::InitialVerify(): failed to create solver: %s\n",
449 ERROR("Volume::InitialVerify(): failed to add repository: %s\n",
460 ERROR("Volume::InitialVerify(): failed to add repository: %s\n",
473 ERROR("Volume::InitialVerify(): failed to add repository: %s\n",
482 ERROR("Volume::InitialVerify(): failed to verify: %s\n",
488 INFORM("Volume::InitialVerify(): volume at \"%s\" is consistent\n",
495 INFORM("Volume::InitialVerify(): volume at \"%s\" has problems:\n",
518 Volume::HandleGetLocationInfoRequest(BMessage* message)
591 Volume::HandleCommitTransactionRequest(BMessage* message)
600 ERROR("Volume::HandleCommitTransactionRequest(): Failed to add "
610 Volume::PackageJobPending()
617 Volume::PackageJobFinished()
624 Volume::IsPackageJobPending() const
631 Volume::Unmounted()
644 Volume::MessageReceived(BMessage* message)
684 Volume::Location() const
699 Volume::PackagesDirectoryRef() const
706 Volume::PackagesByFileNameIterator() const
713 Volume::OpenRootDirectory() const
718 ERROR("Volume::OpenRootDirectory(): failed to open root directory: "
728 Volume::ProcessPendingNodeMonitorEvents()
749 Volume::HasPendingPackageActivationChanges() const
756 Volume::ProcessPendingPackageActivationChanges()
767 ERROR("Volume::ProcessPendingPackageActivationChanges(): package "
779 Volume::ClearPackageActivationChanges()
787 Volume::CreateTransaction(BPackageInstallationLocation location,
829 Volume::CommitTransaction(const BActivationTransaction& transaction,
839 Volume::_HandleEntryCreatedOrRemoved(const BMessage* message, bool created)
857 Volume::_HandleEntryMoved(const BMessage* message)
886 Volume::_QueueNodeMonitorEvent(const BString& name, bool wasCreated)
889 ERROR("Volume::_QueueNodeMonitorEvent(): got empty name.\n");
900 ERROR("Volume::_QueueNodeMonitorEvent(): out of memory.\n");
917 Volume::_PackagesEntryCreated(const char* name)
919 INFORM("Volume::_PackagesEntryCreated(\"%s\")\n", name);
962 Volume::_PackagesEntryRemoved(const char* name)
964 INFORM("Volume::_PackagesEntryRemoved(\"%s\")\n", name);
1001 Volume::_ReadPackagesDirectory()
1006 ERROR("Volume::_ReadPackagesDirectory(): failed to open packages "
1030 Volume::_InitLatestState()
1052 Volume::_InitLatestStateFromActivatedPackages()
1155 Volume::_GetActivePackages(int fd)
1169 ERROR("Volume::_GetActivePackages(): failed to get active package "
1228 Volume::_RunQueuedScripts()
1271 Volume::_CheckActivePackagesMatchLatestState(
1325 Volume::_SetLatestState(VolumeState* state, bool isActive)
1374 Volume::_CollectPackageNamesAdded(const VolumeState* oldState,
1397 Volume::_DumpState(VolumeState* state)
1422 Volume::_AddRepository(BSolver* solver, BSolverRepository& repository,
1427 ERROR("Volume::_AddRepository(): failed to init repository: %s\n",
1436 ERROR("Volume::_AddRepository(): failed to add packages to "
1443 ERROR("Volume::_AddRepository(): failed to add repository to solver: "
1453 Volume::_OpenPackagesSubDirectory(const RelativePath& path, bool create,
1460 ERROR("Volume::_OpenPackagesSubDirectory(): failed to open packages "
1470 Volume::_CommitTransaction(BMessage* message,