Searched refs:fPath (Results 76 - 100 of 155) sorted by relevance

1234567

/haiku/src/libs/icon/shape/
H A DReferenceImage.h62 VectorPath* fPath; member in class:ReferenceImage
/haiku/src/servers/package/
H A DRoot.h38 const BString& Path() const { return fPath; }
90 BString fPath; member in class:Root
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.h38 const char* Path() const { return fPath; }
55 char fPath[B_PATH_NAME_LENGTH]; member in class:KeyboardDevice
/haiku/src/apps/bootmanager/
H A DDrivesPage.cpp42 const char* Path() const { return fPath.Path(); }
55 BPath fPath; member in class:DriveItem
70 device.GetPath(&fPath);
73 else if (strstr(fPath.Path(), "usb") != NULL)
83 fDrive = new BootDrive(fPath.Path());
163 owner->DrawString(fPath.Path());
232 float width = 8 + boldFont.StringWidth(fPath.Path())
234 float pathWidth = font->StringWidth(fPath.Path());
/haiku/src/apps/haikudepot/ui/
H A DPackageContentsView.cpp55 fPath(path)
57 if (fPath.Length() > 0)
58 fPath.Append("/");
59 fPath.Append(entry->Name());
64 return fPath;
68 BString fPath; member in class:PackageEntryItem
/haiku/src/kits/tracker/
H A DNavigator.cpp65 model->GetPath(&fPath);
211 if (entry.SetTo(fPath.Path()) == B_OK) {
309 newmodel->GetPath(&fPath);
328 fBackHistory.AddItem(new BPath(fPath));
337 if (entry.SetTo(fPath.Path()) == B_OK) {
349 fLocation->SetText(fPath.Path());
H A DNavigator.h90 BPath fPath; member in class:BPrivate::BNavigator
/haiku/src/kits/network/libnetservices/
H A DGopherRequest.cpp198 fPath = Url().Path();
199 if (!Url().HasPath() || fPath.Length() == 0 || fPath == "/") {
202 fPath = "";
203 } else if (fPath.Length() > 1 && fPath[0] == '/') {
204 fItemType = fPath[1];
205 fPath.Remove(0, 2);
404 request << fPath; local
657 if (fPath
[all...]
/haiku/src/kits/device/
H A DUSBDevice.cpp20 : fPath(NULL),
54 fPath = strdup(path);
96 free(fPath);
97 fPath = NULL;
119 if (!fPath || strlen(fPath) < 12)
122 return &fPath[12];
/haiku/src/bin/
H A Dxres.cpp207 fPath(path),
223 status_t error = file.SetTo(fPath.c_str(), B_READ_ONLY);
226 fPath.c_str(), strerror(error));
236 "%s\n", fPath.c_str(), strerror(error));
244 fPath.c_str());
255 "\"%s\": %s\n", fPath.c_str(), strerror(bytesRead));
274 string fPath; member in struct:FileResourceDataSource
561 fPath(path)
567 state->SetOutput(fPath.c_str());
571 string fPath; member in struct:SetOutputCommand
590 string fPath; member in struct:ProcessInputCommand
[all...]
H A Deject.cpp33 device->GetPath(&fPath);
37 inline const char* Path() { return fPath.Path(); }
41 BPath fPath; member in class:RemovableDevice
/haiku/src/tools/locale/
H A DPlainTextCatalog.cpp99 fPath(path)
117 path = fPath.String();
193 fPath = path;
261 fPath = path;
262 status_t res = catalogFile.SetTo(fPath.String(),
H A DDefaultCatalog.cpp103 fPath(path)
133 path = fPath.String();
142 fPath = path;
196 fPath = path;
197 status_t status = catalogFile.SetTo(fPath.String(),
/haiku/src/kits/support/
H A DUrl.cpp47 fPath(),
64 fPath(),
87 fPath(other.fPath),
122 fPath(),
187 fPath(),
204 fPath(),
495 return fPath;
624 fPath = _DoUrlEncodeChunk(fPath, stric
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileSystem.h106 const char** fPath; member in class:FileSystem
168 ASSERT(fPath != NULL);
169 return fPath;
/haiku/src/apps/haikudepot/util/
H A DStorageUtils.cpp32 fPath(path),
43 return fPath;
54 result.SetToFormat("%s; @ %" B_PRIu64, fPath.Leaf(), fLastAccessMillisSinceEpoch);
61 strcmp(fPath.Path(), other.fPath.Path()) < 0;
65 BPath fPath; member in class:PathWithLastAccessTimestamp
/haiku/src/servers/print/
H A DTransport.cpp120 fPath(path),
165 if (id == -1 && (id = load_add_on(fPath.Path())) < 0)
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.h170 BPath GetPath() { return fPath; }
173 BPath fPath; member in class:Image
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioDevice.h44 char fPath[B_PATH_NAME_LENGTH]; member in class:MultiAudioDevice
/haiku/src/apps/debuganalyzer/util/
H A DDataSource.h46 BPath fPath; member in class:PathDataSource
/haiku/src/apps/webpositive/
H A DDownloadProgressView.h70 BPath fPath; member in class:DownloadProgressView
/haiku/headers/private/locale/
H A DDefaultCatalog.h62 mutable BString fPath; member in class:BPrivate::DefaultCatalog
/haiku/src/servers/app/font/
H A DFontStyle.cpp36 fPath(path),
141 return fPath.Path();
155 ref.set_name(fPath.Leaf());
157 fPath.SetTo(&ref);
/haiku/src/kits/interface/
H A DDecorInfo.cpp40 fPath(path),
60 fPath = path.Path();
77 fPath = path.Path();
106 fPath = "";
122 return fPath == "Default";
129 return fPath;
260 if (fPath == "Default") {
/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp140 fPath(path)
184 path = fPath.String();
241 fPath = path;
289 fPath = path;
290 status_t res = catalogFile.SetTo(fPath.String(),

Completed in 169 milliseconds

1234567