Searched refs:fPath (Results 101 - 125 of 155) sorted by relevance

1234567

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.cpp172 fPath(NULL)
190 fPath = NULL;
195 fPath = new(nothrow) TreePath(tree->GetTreeHeight());
204 if (fPath) {
205 delete fPath;
206 fPath = NULL;
218 return (fTree && fCurrentNode && fPath ? fPath->InitCheck() : B_NO_INIT);
453 = (fTree && !fCurrentNode && fPath ? fPath
[all...]
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp106 const char* Path() const { return fPath.String(); }
123 BString fPath; member in class:TabletDevice
148 fPath(driverPath),
179 fDevice = open(fPath.String(), O_RDWR);
249 BString string(fPath);
402 fTarget._RemoveDevice(fPath.String());
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp164 fPath = path;
181 printf("InitPath - relative: %s + %s\n", path, fPath.String());
186 ret = destination->SetTo(path, fPath.String());
189 printf("InitPath - absolute: %s\n", fPath.String());
190 if (fPath == "")
191 fPath = "/";
192 ret = destination->SetTo(fPath.String());
195 printf("InitPath - volume: %s + %s\n", path, fPath.String());
208 ret = destination->SetTo(mountPoint.Path(), fPath.String());
817 parser_debug("Directory: %s DoInstall() called!\n", fPath
[all...]
/haiku/src/add-ons/media/plugins/dvd_streamer/
H A DDVDMediaIO.cpp29 fPath(path),
68 if (dvdnav_open(&fDvdNav, fPath) != DVDNAV_STATUS_OK) {
/haiku/src/bin/bfs_tools/lib/
H A DDisk.h43 const BPath &Path() const { return fPath; }
99 BPath fPath; member in class:Disk
/haiku/src/servers/package/
H A DVolume.h92 { return fPath; }
191 BString fPath; member in class:Volume
H A DRoot.cpp152 fPath(),
211 fPath = path.Path();
212 if (fPath.IsEmpty())
/haiku/src/kits/network/libnetservices/
H A DNetworkCookie.cpp69 archive->FindString(kArchivedCookiePath, &fPath);
230 fPath.Truncate(0);
243 fPath = to;
365 return fPath;
426 fRawFullCookie << "; Path=" << fPath; local
603 return fPath.Length() > 0;
669 error = into->AddString(kArchivedCookiePath, fPath);
733 fPath.Truncate(0);
/haiku/src/kits/storage/
H A DPathMonitor.cpp102 fPath(path),
103 fEntryRef(-1, -1, fPath.String() + pathComponentOffset),
129 return fPath;
161 status_t error = entry.SetTo(fPath);
223 BString fPath; member in class:__anon3::Ancestor
622 BString fPath; member in class:__anon3::PathHandler
739 fPath(),
833 fPath = normalizedPath;
854 fPath.String(), fFlags);
929 const char* path = fPath
[all...]
/haiku/headers/private/interface/
H A DDecorInfo.h68 BString fPath; member in class:BPrivate::DecorInfo
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioDevice.cpp25 strlcpy(fPath, path, B_PATH_NAME_LENGTH);
26 PRINT(("name: %s, path: %s\n", name, fPath));
126 fDevice = open(fPath, O_WRONLY);
128 fprintf(stderr, "Failed to open %s: %s\n", fPath, strerror(errno));
/haiku/headers/os/storage/
H A DPathFinder.h79 BString fPath; member in class:BPathFinder
/haiku/src/servers/app/font/
H A DFontStyle.h152 BPath fPath; member in class:FontStyle
H A DFontEngine.cpp437 fPath(),
438 fCurves(fPath),
567 fPath.remove_all();
568 if (decompose_ft_outline(fFace->glyph->outline, kFlipY, fPath)) {
569 agg::rect_d bounds = fPath.bounding_rect();
574 fDataSize = fPath.byte_size();
604 fPath.serialize(data);
H A DFontEngine.h153 PathStorageType fPath; member in class:FontEngine
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp36 fPath = BPath(info.name);
60 fLocalizedName = fPath.Leaf();
117 owner->DrawString(fPath.Leaf());
/haiku/src/kits/locale/
H A DDefaultCatalog.cpp126 fPath(path)
206 path = fPath.String();
213 fPath = path;
273 fPath = path;
274 status_t res = catalogFile.SetTo(fPath.String(),
/haiku/src/build/libroot/
H A Dfs_attr_untyped.cpp213 fPath = path;
218 fPath = "";
225 fPath = "";
290 ssize_t length = list_attributes(fFileFD, fPath.c_str(), listing,
310 string fPath; member in class:__anon5::AttributeDirectory
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp113 const char* Path() const { return fPath.String(); }
139 BString fPath; member in class:MouseDevice
170 fPath(driverPath),
211 fDevice = open(fPath.String(), O_RDWR);
306 BString string(fPath);
373 TRACE("is touchpad %s\n", fPath.String());
541 fTarget._RemoveDevice(fPath.String());
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp172 fPath(NULL)
178 free(fPath);
183 fPath = strdup(path);
184 return fPath != NULL ? B_OK : B_NO_MEMORY;
189 return fPath;
193 char* fPath; member in struct:PackageFS::PackageSymlink
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp46 BEntry(fPath.Path()).Remove();
57 fPath = path;
58 fPath.Append(name.String());
60 status_t status = fFile.SetTo(fPath.Path(),
68 return get_ref_for_path(fPath.Path(), &ref);
79 BPath fPath; member in class:TemporaryFile
/haiku/src/bin/package/
H A Dcommand_list.cpp367 fprintf(stderr, "%s:%d:%d: %s\n", fPath, line, col,
371 const char* fPath; member in struct:ErrorListener
373 errorListener.fPath = packageFileName;
/haiku/headers/private/locale/
H A DLocaleRosterData.h121 BString fPath; member in struct:BPrivate::CatalogAddOnInfo
/haiku/headers/private/netservices/
H A DNetworkCookie.h109 BString fPath; member in class:BPrivate::Network::BNetworkCookie
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp896 fPath = new(std::nothrow) BTree::Path(tree);
897 if (fPath == NULL)
907 delete fPath;
908 fPath = NULL;
926 status_t status = fTree->Traverse(direction, fPath, fKey);
951 int move = fPath->Move(0, type);
953 status = fTree->NextLeaf(fPath);
955 status = fTree->PreviousLeaf(fPath);
960 status = fPath->GetCurrentEntry(&found, _value, _size, _offset);

Completed in 156 milliseconds

1234567