Searched refs:fPath (Results 51 - 75 of 155) sorted by relevance

1234567

/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest.cpp31 BPath fPath; member in class:Looper
37 fPath(path)
49 status_t status = BPathMonitor::StopWatching(fPath.Path(), this);
/haiku/src/apps/icon-o-matic/shape/commands/
H A DTransformPointsCommand.cpp42 fPath(path),
73 return fPath && fIndices && fPoints ? TransformCommand::InitCheck()
115 if (!fPath->SetPoint(fIndices[i], point, pointIn, pointOut,
H A DFlipPointsCommand.cpp70 AutoNotificationSuspender _(fPath);
79 if (fPath->GetPointsAt(fIndex[i], point, pointIn, pointOut, &connected)) {
83 fPath->SetPoint(fIndex[i],
H A DNudgePointsCommand.h45 VectorPath* fPath; member in class:NudgePointsCommand
H A DTransformPointsCommand.h62 VectorPath* fPath; member in class:TransformPointsCommand
/haiku/src/tests/servers/app/painter/
H A DShapeConverter.h38 agg::path_storage* fPath; member in class:ShapeConverter
/haiku/headers/os/package/
H A DGlobalWritableFileInfo.h44 BString fPath; member in class:BPackageKit::BGlobalWritableFileInfo
H A DUserSettingsFileInfo.h44 BString fPath; member in class:BPackageKit::BUserSettingsFileInfo
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackagesDirectory.cpp21 fPath(NULL),
34 free(fPath);
132 fPath = strdup(normalizedPathBuffer);
133 if (fPath == NULL)
H A DPackagesDirectory.h29 { return fPath; }
56 char* fPath; member in class:PackagesDirectory
/haiku/headers/private/locale/
H A DPlainTextCatalog.h45 mutable BString fPath; member in class:BPrivate::PlainTextCatalog
/haiku/headers/private/debugger/files/
H A DLocatableDirectory.h32 BString fPath; member in class:LocatableDirectory
/haiku/src/tests/system/boot/loader/
H A DHandle.h34 char *fPath; member in class:Handle
/haiku/src/apps/haikudepot/model/
H A DDeskbarLink.h41 BString fPath; member in class:DeskbarLink
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformPointsBox.h50 VectorPath* fPath; member in class:TransformPointsBox
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp186 fPath(download->Path())
196 fPath()
200 fPath.SetTo(string);
226 fStatusBar = new BStatusBar("download progress", fPath.Leaf());
235 // fPath is only valid when constructed from archive (fDownload == NULL)
236 BEntry entry(fPath.Path());
308 status_t ret = archive->AddString("path", fPath.Path());
327 BEntry entry(fPath.Path());
377 fPath.SetTo(path);
378 BEntry entry(fPath
[all...]
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp105 #define fPath fInternal.fPath macro
528 fPath.remove_all();
541 fPath.move_to(a.x, a.y);
542 fPath.line_to(a.x + 1, a.y);
543 fPath.line_to(a.x + 1, a.y + 1);
544 fPath.line_to(a.x, a.y + 1);
546 _FillPath(fPath);
555 fPath.move_to(a.x, a.y);
556 fPath
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileSystem.cpp42 fPath(NULL),
71 if (fPath != NULL) {
72 for (uint32 i = 0; fPath[i] != NULL; i++)
73 free(const_cast<char*>(fPath[i]));
75 delete[] fPath;
218 fs->fPath = locs->fRootPath;
221 fs->fPath = NULL;
231 fi.fNames = GetInodeNames(fs->fPath, fsPath);
324 if (fPath != NULL) {
325 for (uint32 i = 0; fPath[
[all...]
/haiku/src/servers/launch/
H A DConditions.cpp90 BString fPath; member in class:ReadOnlyCondition
126 BPath fPath; member in class:SettingCondition
400 fPath(args.GetString("args")),
413 if (fPath.IsEmpty() || fPath == "/boot")
416 fIsReadOnly = Utility::IsReadOnlyVolume(fPath);
435 string << fPath; local
508 fPath.SetTo(Utility::TranslatePath(args.GetString("args", 0, NULL)));
517 BFile file(fPath.Path(), B_READ_ONLY);
558 string << fPath
[all...]
/haiku/src/apps/installer/
H A DPackageViews.h39 { fPath = path; }
53 { return fPath; }
72 BPath fPath; member in class:Package
/haiku/headers/private/storage/
H A DEntryOperationEngineBase.h55 const char* fPath; member in class:BPrivate::BEntryOperationEngineBase::Entry
/haiku/headers/os/add-ons/network_settings/
H A DNetworkProfile.h44 BPath fPath; member in class:BNetworkKit::BNetworkProfile
/haiku/src/kits/storage/
H A DPathFinder.cpp79 if (!fPath.IsEmpty()) {
80 error = find_path_for_path_etc(fPath, dependency, architecture,
175 fPath = path;
178 if ((path != NULL && path[0] != '\0' && fPath.IsEmpty())
/haiku/src/add-ons/media/plugins/dvd_streamer/
H A DDVDMediaIO.h47 const char* fPath; member in class:DVDMediaIO
/haiku/headers/private/netservices/
H A DGopherRequest.h48 BString fPath; member in class:BPrivate::Network::BGopherRequest

Completed in 138 milliseconds

1234567