Searched refs:GetName (Results 226 - 250 of 325) sorted by relevance

1234567891011>>

/haiku/src/system/boot/loader/file_systems/fat/
H A DDirectory.cpp451 Directory::GetName(char *name, size_t size) const function in class:FATFS::Directory
455 return fVolume.GetName(name, size);
456 return fStream.GetName(name, size);
/haiku/src/servers/index/
H A DVolumeWatcher.cpp461 fVolume.GetName(name);
475 fVolume.GetName(name);
H A DIndexServer.cpp146 volume.GetName(name);
/haiku/src/kits/locale/
H A DDefaultCatalog.cpp525 file.GetName(fileName);
553 file.GetName(fileName);
/haiku/src/tools/gensyscalls/
H A Dgensyscallinfos.cpp86 const string& GetName() const function in class:Function
387 << syscall.GetName() << "\", \""
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp462 language->GetName(name);
607 if (language.GetName(name, &english) != B_OK)
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DRootVolume.cpp118 strcpy(info->volume_name, GetName());
H A DShareNode.cpp41 // GetName
43 ShareDirEntry::GetName() const function in class:ShareDirEntry
H A DVolume.h34 const char* GetName() const;
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.cpp357 GenericThread::GetName() function in class:GenericThread
/haiku/src/apps/expander/
H A DGenericThread.cpp349 GenericThread::GetName(void) function in class:GenericThread
/haiku/src/apps/mediaplayer/
H A DController.h125 status_t GetName(BString* name);
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DStdLibFileIO.cpp215 int CStdLibFileIO::GetName(char * pBuffer) function in class:CStdLibFileIO
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.h73 status_t GetName(char *name, size_t size) const { return GetNameBackOffset(20, name, size); } function in class:FFS::NodeBlock
/haiku/src/system/boot/loader/net/
H A DRemoteDisk.cpp165 // GetName
167 RemoteDisk::GetName(char *nameBuffer, size_t bufferSize) const function in class:RemoteDisk
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSizeIndex.cpp168 fVolume->UpdateLiveQueries(NULL, node, GetName(), GetType(),
H A DLastModifiedIndex.cpp169 fVolume->UpdateLiveQueries(NULL, node, GetName(), GetType(),
H A DVolume.h107 const char *GetName() const;
H A DNode.cpp282 if (!strcmp(attribute->GetName(), name)) {
/haiku/src/bin/
H A Dreindex.cpp183 entry->GetName(name);
/haiku/src/servers/app/decorator/
H A DDecorManager.cpp306 entry.GetName(name);
/haiku/src/servers/app/
H A DCursorSet.cpp268 CursorSet::GetName() function in class:CursorSet
/haiku/src/kits/print/
H A DJobs.cpp78 if (entry.InitCheck() == B_OK && entry.GetName(name) == B_OK) {
/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp228 entry->GetName(name);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp651 //entry->GetName(), entry->GetDirectory(),
672 //entry->GetName(), entry->GetDirectory(),
917 return path->Append(entry->GetName());
1124 event->name.SetTo(entry->GetName());
1219 event->fromName.SetTo(oldEntry->GetName());
1650 event->name.SetTo(entry->GetName());
1682 event->name.SetTo(entry->GetName());

Completed in 369 milliseconds

1234567891011>>