Searched refs:Path (Results 126 - 150 of 759) sorted by relevance

1234567891011>>

/haiku/src/bin/
H A Dmountvolume.cpp19 #include <Path.h>
132 status = get_ref_for_path(mountPoint.Path(), &ref);
217 mountPoint.Path());
297 if (strncmp(path.Path(), "/dev/disk/", skip))
306 partition->IsMounted() ? mountPoint.Path() : "",
308 path.Path() + skip);
370 path.Path(), ref.name, strerror(status));
372 argv[2 + i] = strdup(path.Path());
466 if (!strncmp(path.Path(), "/dev/", 5)) {
468 if (roster.GetPartitionForPath(path.Path(),
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Duterror.c320 * PrefixScope - Scope/Path that prefixes the internal path
467 * Path - Path to the node (optional)
482 const char *Path,
492 if (Path)
494 Status = AcpiNsGetNode (PrefixNode, Path,
477 AcpiUtMethodError( const char *ModuleName, UINT32 LineNumber, const char *Message, ACPI_NAMESPACE_NODE *PrefixNode, const char *Path, ACPI_STATUS MethodStatus) argument
/haiku/headers/private/fs_shell/
H A DKPath.h29 const char *Path() const;
/haiku/headers/private/print/
H A DPrinterDriverAddOn.h16 #include <Path.h>
/haiku/src/add-ons/index_server/
H A DIndexServerAddOn.cpp14 #include <Path.h>
60 BFile file(path.Path(), B_READ_ONLY);
89 if (create_directory(path.Path(), 777) != B_OK)
93 BFile file(path.Path(), B_READ_WRITE | B_CREATE_FILE | B_ERASE_FILE);
/haiku/src/add-ons/index_server/fulltext/
H A DCLuceneDataBase.h14 #include <Path.h>
/haiku/src/add-ons/print/drivers/postscript/
H A DSelectPPDDlg.cpp20 #include <Path.h>
109 && dir.SetTo(path.Path()) == B_OK) {
138 && dir.SetTo(path.Path()) == B_OK) {
148 ppdPath.Path()));
/haiku/src/add-ons/translators/shared/
H A DTranslatorSettings.h36 #include <Path.h>
/haiku/src/apps/bootmanager/
H A DFileSelectionPage.cpp17 #include <Path.h>
170 get_ref_for_path(parent.Path(), &base) == B_OK)
192 fFile->SetText(path.Path());
199 fFile->SetText(path.Path());
/haiku/src/apps/launchbox/
H A Dsupport.cpp17 #include <Path.h>
33 BFile file(path.Path(), B_READ_ONLY);
54 ret = create_directory(path.Path(), 0777);
56 BFile file(path.Path(), B_WRITE_ONLY | B_CREATE_FILE
/haiku/src/apps/poorman/
H A DPoorManPreferencesWindow.h15 #include <Path.h>
/haiku/src/apps/tv/
H A DMainApp.cpp25 #include <Path.h>
/haiku/src/servers/print/
H A DTransport.h16 #include <Path.h>
/haiku/src/tests/kits/interface/bshelf/
H A DShelfTest.cpp23 #include <Path.h>
109 fd = open(path.Path(), O_RDWR);
111 fd = creat(path.Path(), 0777);
116 entry = new BEntry(path.Path());
/haiku/src/kits/package/
H A DGlobalWritableFileInfo.cpp58 BGlobalWritableFileInfo::Path() const function in class:BPackageKit::BGlobalWritableFileInfo
/haiku/headers/private/storage/
H A DEntryOperationEngineBase.h45 BString Path() const;
/haiku/src/kits/storage/
H A DEntryOperationEngineBase.cpp11 #include <Path.h>
104 _path = buffer.Path();
110 BEntryOperationEngineBase::Entry::Path() const function in class:BPrivate::BEntryOperationEngineBase::Entry
155 _path = buffer.Path();
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DMessageIO.h11 #include <Path.h>
/haiku/src/apps/powerstatus/
H A DACPIDriverInterface.cpp20 #include <Path.h>
245 if (_FindDrivers(path.Path()) == B_OK)
248 int32 handler = open(path.Path(), O_RDWR);
250 printf("try %s\n", path.Path());
/haiku/headers/os/add-ons/network_settings/
H A DNetworkProfile.h10 #include <Path.h>
/haiku/src/servers/package/
H A DFSUtils.h103 class Path { class in class:FSUtils
105 Path(const char* path) function in class:FSUtils::Path
130 Path& AppendComponent(const char* component)
152 Path& RemoveLastComponent()
/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.h17 #include <Path.h>
/haiku/src/preferences/mail/
H A DFilterList.cpp15 #include <Path.h>
47 BDirectory dir(path.Path());
160 info.image = load_add_on(path.Path());
172 fprintf(stderr, "Filter \"%s\" misses required hooks!\n", path.Path());
/haiku/src/apps/packageinstaller/
H A DUninstallView.h12 #include <Path.h>
/haiku/src/kits/debugger/files/
H A DLocatableDirectory.cpp37 LocatableDirectory::Path() const function in class:LocatableDirectory

Completed in 229 milliseconds

1234567891011>>