Searched refs:entryRef (Results 1 - 25 of 29) sorted by relevance

12

/haiku/src/servers/package/
H A DPackageFile.cpp43 PackageFile::Init(const entry_ref& entryRef, PackageFileManager* owner) argument
45 fDirectoryRef.device = entryRef.device;
46 fDirectoryRef.node = entryRef.directory;
49 fFileName = entryRef.name;
55 status_t error = file.SetTo(&entryRef, B_READ_ONLY);
H A DPackageFileManager.h24 status_t GetPackageFile(const entry_ref& entryRef,
27 status_t CreatePackage(const entry_ref& entryRef,
H A DPackageFileManager.cpp38 PackageFileManager::GetPackageFile(const entry_ref& entryRef, argument
43 PackageFile* file = fFilesByEntryRef.Lookup(entryRef);
58 status_t error = file->Init(entryRef, this);
72 PackageFileManager::CreatePackage(const entry_ref& entryRef, Package*& _package) argument
75 status_t error = GetPackageFile(entryRef, packageFile);
H A DPackageFile.h31 status_t Init(const entry_ref& entryRef,
/haiku/src/kits/tracker/
H A DVirtualDirectoryPoseView.cpp192 NotOwningEntryRef entryRef; local
197 || message->FindInt64("directory", &entryRef.directory) != B_OK
198 || message->FindString("name", (const char**)&entryRef.name) != B_OK) {
201 entryRef.device = nodeRef.device;
232 if (!_GetEntry(entryRef.name, visibleEntryRef, &st)
233 || visibleEntryRef != entryRef) {
247 entryRef, nodeRef) != B_OK) {
254 BPose* pose = fPoseList->FindPoseByFileName(entryRef.name);
276 entryRef), true)
284 NotOwningEntryRef entryRef; local
463 _DispatchEntryCreatedOrRemovedMessage(int32 opcode, const node_ref& nodeRef, const entry_ref& entryRef, const char* path, bool dispatchToSuperClass) argument
[all...]
H A DVirtualDirectoryManager.cpp431 NotOwningEntryRef entryRef(buffer->d_pdev, buffer->d_pino, buffer->d_name);
434 status_t result = TranslateDirectoryEntry(definitionFileRef, entryRef,
439 buffer->d_pdev = entryRef.device;
440 buffer->d_pino = entryRef.directory;
488 NotOwningEntryRef entryRef(directoryRef, _entryRef.name);
491 status_t error = definitionFile.SetTo(&entryRef,
507 info = parentInfo->CreateChild(nodeRef, entryRef);
535 const entry_ref& entryRef = info->DefinitionFileEntryRef(); local
537 _entryRef.device = entryRef.device;
538 _entryRef.directory = entryRef
700 entry_ref entryRef; local
796 _ReadSubDirectoryDefinitionFileInfo( const entry_ref& entryRef, entry_ref& _rootDefinitionFileEntryRef, BString& _subDirPath) argument
[all...]
H A DVirtualDirectoryWindow.cpp101 entry_ref entryRef; local
103 *model->EntryRef(), directoryPaths, &nodeRef, &entryRef)
110 Model* newModel = new(std::nothrow) Model(&entryRef);
H A DVirtualDirectoryManager.h62 entry_ref& entryRef, node_ref& _nodeRef);
103 const entry_ref& entryRef,
H A DVirtualDirectoryPoseView.h53 const entry_ref& entryRef,
/haiku/headers/private/print/
H A DPrinter.h31 BPrinter(const entry_ref& entryRef);
37 status_t SetTo(const entry_ref& entryRef);
H A DPrintAddOnServer.h49 const entry_ref* entryRef);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DEntry.cpp98 NoAllocEntryRef entryRef(GetEntryRef());
100 return (FDManager::SetEntry(&bEntry, &entryRef) == B_OK && bEntry.Exists());
H A DNode.h38 Entry* FindReferringEntry(const entry_ref& entryRef);
H A DNode.cpp109 Node::FindReferringEntry(const entry_ref& entryRef) argument
115 if (ref == entryRef)
256 NoAllocEntryRef entryRef(entry->GetEntryRef());
257 return FDManager::SetNode(&node, &entryRef);
H A DVolumeManager.cpp598 NoAllocEntryRef entryRef(volumeID, directoryID, ".");
601 status_t error = FDManager::SetEntry(&bEntry, &entryRef);
746 NoAllocEntryRef entryRef(volumeID, directoryID, name);
749 error = bNode.SetTo(&entryRef);
882 entry_ref entryRef(directory->GetVolumeID(), directory->GetID(), ".");
883 status_t error = FDManager::SetEntry(&bEntry, &entryRef);
885 error = bEntry.GetRef(&entryRef);
890 if (GetEntry(entryRef))
895 error = LoadEntry(entryRef.device, entryRef
[all...]
/haiku/src/kits/storage/
H A DPathMonitor.cpp165 entry_ref entryRef;
166 error = entry.GetRef(&entryRef);
170 fEntryRef.device = entryRef.device;
171 fEntryRef.directory = entryRef.directory;
563 bool _EntryCreated(const NotOwningEntryRef& entryRef,
566 bool _EntryRemoved(const NotOwningEntryRef& entryRef,
597 const entry_ref& entryRef,
1060 NotOwningEntryRef entryRef; local
1065 || message->FindInt64("directory", &entryRef.directory) != B_OK
1066 || message->FindString("name", (const char**)&entryRef
1092 NotOwningEntryRef entryRef; local
1375 _EntryCreated(const NotOwningEntryRef& entryRef, const node_ref& nodeRef, bool isDirectory, bool dryRun, bool notify, Entry** _entry) argument
1505 _EntryRemoved(const NotOwningEntryRef& entryRef, const node_ref& nodeRef, bool dryRun, bool notify, Entry** _keepEntry) argument
1705 entry_ref entryRef; local
1839 _NotifyEntryCreatedOrRemoved(const entry_ref& entryRef, const node_ref& nodeRef, const char* path, bool isDirectory, int32 opcode) const argument
[all...]
H A DEntryOperationEngineBase.cpp51 BEntryOperationEngineBase::Entry::Entry(const entry_ref& entryRef) argument
56 fEntryRef(&entryRef),
/haiku/headers/private/storage/
H A DEntryOperationEngineBase.h38 Entry(const entry_ref& entryRef);
/haiku/src/kits/package/
H A DDaemonClient.cpp159 entry_ref entryRef;
160 entryRef.device = info.PackagesDirectoryRef().device;
161 entryRef.directory = info.PackagesDirectoryRef().node;
162 error = entryRef.set_name(PACKAGES_DIRECTORY_ADMIN_DIRECTORY);
167 error = adminDirectory.SetTo(&entryRef);
/haiku/src/apps/bootmanager/
H A DFileSelectionPage.cpp194 entry_ref entryRef; local
195 message->FindRef("refs", &entryRef);
196 BEntry entry(&entryRef);
/haiku/src/tests/kits/game/push_game_sound_test/
H A Dpush_game_sound_test.cpp55 entry_ref entryRef; local
56 entry.GetRef(&entryRef);
58 BMediaFile mediaFile(&entryRef);
/haiku/src/kits/print/
H A DPrinter.cpp70 BPrinter::BPrinter(const entry_ref& entryRef) argument
72 , fPrinterEntryRef(entryRef)
109 BPrinter::SetTo(const entry_ref& entryRef) argument
112 fPrinterEntryRef = entryRef;
H A DPrintAddOnServer.cpp182 const entry_ref* entryRef)
184 BPath path(entryRef);
181 AddEntryRef(BMessage& message, const char* name, const entry_ref* entryRef) argument
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp124 entry_ref_to_string(const entry_ref& entryRef) argument
127 entryRef.device, entryRef.directory, entryRef.name);
360 NotOwningEntryRef entryRef; local
365 || message.FindInt64("directory", &entryRef.directory)
367 || message.FindString("name", (const char**)&entryRef.name)
371 entryRef.device = nodeRef.device;
373 return nodeRef == fNodeRef && entryRef == fEntryRef;
/haiku/src/apps/deskbar/
H A DStatusView.cpp106 item->entryRef.device, item->entryRef.directory, item->entryRef.name);
628 if (be_roster->IsRunning(&item->entryRef))
722 if (entry.GetRef(&item->entryRef) != B_OK) {
723 item->entryRef.device = -1;
724 item->entryRef.directory = -1;
725 item->entryRef.name = NULL;
754 if (device != NULL && be_roster->IsRunning(&item->entryRef))
775 BPath path(&item->entryRef);
[all...]

Completed in 154 milliseconds

12