Searched refs:fName (Results 126 - 150 of 426) sorted by relevance

1234567891011>>

/haiku-fatelf/src/kits/storage/disk_device/
H A DDiskSystem.cpp30 fName(other.fName),
56 return fName.String();
316 BDiskSystemAddOn* addOn = manager->GetAddOn(fName.String());
350 fName = other.fName;
387 fName = info->name;
401 fName = (const char*)NULL;
/haiku-fatelf/src/preferences/filetypes/
H A DAttributeListView.h26 const char* Name() const { return fName.String(); }
42 BString fName; member in class:AttributeItem
/haiku-fatelf/src/preferences/network/
H A DSettings.h40 const char* Name() { return fName.String(); }
56 BString fName; member in class:Settings
/haiku-fatelf/src/system/kernel/device_manager/
H A DIOScheduler.h42 const char* Name() const { return fName; }
66 char* fName; member in class:IOScheduler
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DAttribute.h28 const char *GetName() { return fName.GetString(); }
54 String fName; member in class:Attribute
H A DEntry.h35 inline const char *GetName() const { return fName.GetString(); }
54 String fName; member in class:Entry
H A DIndex.h28 const char *GetName() const { return fName.GetString(); }
50 String fName; member in class:Index
H A DAttribute.cpp15 fName(name),
32 return (fName.GetString() ? B_OK : B_NO_INIT);
134 info.AddStringAllocation(fName.GetLength());
/haiku-fatelf/src/tests/system/kernel/file_corruption/fs/
H A DNotifications.h24 const char* fName; member in class:EntryCreatedNotification
38 const char* fName; member in class:EntryRemovedNotification
/haiku-fatelf/src/tools/cppunit/
H A DBTestSuite.cpp11 : fName(name)
86 return fName;
/haiku-fatelf/src/apps/debugger/model/
H A DThread.h53 const char* Name() const { return fName.String(); }
81 BString fName; member in class:Thread
/haiku-fatelf/src/add-ons/index_server/
H A DIndexServerAddOn.cpp41 fName(name),
57 path.Append(fName);
88 path.Append(fName);
195 fName(name)
204 ASSERT(fName == settings->Name() && fVolume == settings->Volume());
/haiku-fatelf/src/preferences/network_old/
H A DInterfaceWin.cpp8 fData(data.fName.String())
22 fName=new BStringView(BRect(5,5,6,6),"Interface_Name",data.fPrettyName.String());
23 fName->GetPreferredSize(&width,&height);
24 fName->ResizeTo(width,height);
25 view->AddChild(fName);
/haiku-fatelf/src/apps/mail/
H A DSignature.cpp138 text_view = (BTextView *)fSigView->fName->ChildAt(0);
184 fSigView->fName->SetText("");
187 fSigView->fName->MakeFocus(true);
212 fSigView->fName->SetText("");
214 fSigView->fName->MakeFocus(true);
225 fSigView->fName->SetText(name);
230 fSigView->fName->MakeFocus(true);
231 text_view = (BTextView *)fSigView->fName->ChildAt(0);
281 text_view = (BTextView *)fSigView->fName->TextView();
282 fSigView->fName
[all...]
/haiku-fatelf/src/apps/devices/
H A DDevicesView.cpp281 if (attributes[i].fName == B_DEVICE_PRETTY_NAME
289 if (attributes[i].fName == B_DEVICE_PRETTY_NAME
297 if (attributes[i].fName == B_DEVICE_PRETTY_NAME
305 if (attributes[i].fName == B_DEVICE_BUS
313 if (attributes[i].fName == B_DEVICE_BUS
320 if (attributes[i].fName == B_DEVICE_BUS
327 if (attributes[i].fName == "controller_name") {
333 if (attributes[i].fName == B_DEVICE_BUS
340 if (attributes[i].fName == B_DEVICE_PRETTY_NAME) {
355 newDevice->SetAttribute(attributes[i].fName, attribute
[all...]
/haiku-fatelf/src/preferences/printers/
H A DAddPrinterDialog.cpp75 fNameText = fName->Text();
151 if (strlen(fName->Text()) == 0)
152 fName->SetText(item->Label());
182 fName = new BTextControl("printer_name", B_TRANSLATE("Printer name:"),
184 fName->SetFont(be_bold_font);
185 fName->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
186 fName->SetModificationMessage(new BMessage(kNameChangedMsg));
213 .Add(fName->CreateLabelLayoutItem(), 0, 0)
214 .Add(fName->CreateTextViewLayoutItem(), 1, 0)
230 fName
[all...]
/haiku-fatelf/src/kits/network/libnetapi/
H A DNetworkCookie.cpp39 fName(name),
94 archive->FindString(kArchivedCookieName, &fName);
283 fName = name;
383 return fName;
401 fRawFullCookie << fName << "=" << fValue;
425 fRawCookie << fName << "=" << fValue;
527 return fName.Length() > 0;
578 error = into->AddString(kArchivedCookieName, fName);
674 fName = other.fName;
[all...]
/haiku-fatelf/src/bin/
H A Dreindex.cpp46 const char *Name() const { return fName.String(); }
51 BString fName; member in class:Attribute
60 fName(name),
77 status_t status = node->GetAttrInfo(fName.String(), &info);
87 ssize_t bytesRead = node->ReadAttr(fName.String(), fType, 0, fBuffer,
101 ssize_t bytesWritten = node->WriteAttr(fName.String(), fType, 0, fBuffer,
115 return node->RemoveAttr(fName.String());
/haiku-fatelf/src/add-ons/kernel/drivers/network/sis19x/
H A DDevice.h40 const char* fName; member in class:Device::Info
42 inline const char* Name() { return fName; }
43 inline const char* Description() { return fName; }
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DAttribute.cpp15 fName(name),
32 return (fName.GetString() ? B_OK : B_NO_INIT);
149 info.AddStringAllocation(fName.GetLength());
/haiku-fatelf/src/apps/installer/
H A DPackageViews.h39 { strcpy(fName, name); }
53 { return fName; }
71 char fName[64]; member in class:Package
/haiku-fatelf/src/apps/resedit/
H A DResourceRoster.cpp38 const char * Name(void) const { return fName.String(); }
43 BString fName; member in class:EditorInfo
50 fName(name),
/haiku-fatelf/src/kits/media/
H A DMediaTheme.cpp31 free(fName);
39 return fName;
169 fName = strdup(name);
/haiku-fatelf/src/preferences/keymap/
H A DKeymap.cpp90 strlcpy(fName, name, sizeof(fName));
136 ssize_t bytesRead = file.ReadAttr("keymap:name", B_STRING_TYPE, 0, fName,
137 sizeof(fName));
139 fName[bytesRead] = '\0';
141 strlcpy(fName, ref.name, sizeof(fName));
186 file.WriteAttr("keymap:name", B_STRING_TYPE, 0, fName, strlen(fName));
387 strlcpy(fName, othe
[all...]
/haiku-fatelf/src/tests/kits/interface/flatten_picture/
H A DTestResultItem.cpp14 : fName(name)
84 owner->DrawString(fName.String());
105 width += font->StringWidth(fName.String());

Completed in 195 milliseconds

1234567891011>>