Searched refs:Path (Results 51 - 75 of 759) sorted by relevance

1234567891011>>

/haiku/src/servers/input/
H A DKeyboardSettings.cpp13 #include <Path.h>
25 if (file.SetTo(path.Path(), B_READ_ONLY) < B_OK)
68 if (file.SetTo(path.Path(), B_WRITE_ONLY | B_CREATE_FILE) < B_OK)
/haiku/src/bin/
H A Dinstallsound.cpp20 #include <Path.h>
54 printf("%s:\t%s\n", name.String(),BPath(&ref).Path());
62 printf("%s\n", BPath(&ref).Path());
H A Dcheckitout.cpp24 #include <Path.h>
131 BString path = url.Path();
146 BString leaf(url.Path());
168 BString path = url.Path();
175 cmd << " '" << refPath.Path() << "/" << name << "'";
177 cmd << " && open '" << refPath.Path() << "/" << name << "'";
187 cmd << " '" << refPath.Path() << "/" << name << "'";
189 cmd << " && open '" << refPath.Path() << "/" << name << "'";
199 cmd << " '" << refPath.Path() << "/" << name << "'";
201 cmd << " && open '" << refPath.Path() << "/" << nam
[all...]
H A Ddiskimage.cpp17 #include <Path.h>
65 device.GetFilePath(&path) == B_OK ? path.Path() : "???");
68 printf("%s", device.GetPath(&path) == B_OK ? path.Path() : "???");
108 path.Path(), id);
168 if ((device.GetFilePath(&path) == B_OK && lstat(path.Path(), &st) == 0
171 || (device.GetPath(&path) == B_OK && lstat(path.Path(), &st) == 0
H A Dgetarch.cpp13 #include <Path.h>
63 BPathFinder pathFinder(systemPath.Path());
69 || !binDirectories.Add(path.Path())) {
89 int32 index = binDirectories.IndexOf(path.Path());
/haiku/src/apps/haikudepot/packagemanagement/
H A DOpenPackageProcess.cpp146 HDINFO("trying to launch (absolute link): %s", path.Path());
161 status = path.Append(fDeskbarLink.Path());
166 HDINFO("trying to launch: %s", path.Path());
172 status = get_ref_for_path(path.Path(), &ref);
211 status_t status = reader.Init(packagePath.Path());
215 packagePath.Path(), strerror(status));
225 packagePath.Path(), strerror(status));
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Duteval.c166 * Path - Path to object from starting node
183 const char *Path,
204 Info->RelativePathname = Path;
214 AcpiUtGetNodeName (PrefixNode), Path));
219 PrefixNode, Path, Status);
232 PrefixNode, Path, AE_NOT_EXIST);
287 PrefixNode, Path, AE_TYPE);
291 Path, AcpiUtGetObjectTypeName (Info->ReturnObject),
181 AcpiUtEvaluateObject( ACPI_NAMESPACE_NODE *PrefixNode, const char *Path, UINT32 ExpectedReturnBtypes, ACPI_OPERAND_OBJECT **ReturnDesc) argument
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsaccess.c446 char *Path = Pathname; local
529 Path = "";
549 if (*Path == (UINT8) AML_ROOT_PREFIX)
558 Path++;
561 "Path is absolute from root [%p]\n", ThisNode));
577 while (*Path == (UINT8) AML_PARENT_PREFIX)
587 Path++;
604 "%s: Path has too many parent prefixes (^)",
635 switch (*Path)
659 Path
[all...]
/haiku/src/tools/
H A Drm_attrs.cpp21 class Path { class
84 static bool remove_entry(Path& entry, bool recursive, bool force,
89 remove_dir_contents(Path& path, bool force, bool removeAttributes)
107 fprintf(stderr, "Error: Path name of entry too long: dir: \"%s\", "
130 remove_entry(Path& path, bool recursive, bool force, bool removeAttributes)
146 Path attrDirPath;
223 Path path;
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioAddOn.cpp17 #include <Path.h>
201 new(std::nothrow) MultiAudioDevice(path.Path()
202 + strlen(rootPath), path.Path());
226 BFile file(path.Path(), B_READ_WRITE | B_CREATE_FILE | B_ERASE_FILE);
244 BFile file(path.Path(), B_READ_ONLY);
248 PRINT(("Error unflattening settings file %s\n", path.Path()));
/haiku/src/apps/installer/
H A DWorkerThread.cpp29 #include <Path.h>
299 command.SetToFormat("makebootable \"%s\"", path.Path());
311 command.SetToFormat("mkdir -p \"%s/system/cache/tmp\"", path.Path());
315 path.Path());
324 path.Path());
328 command.SetToFormat("rm -f \"%s/home/Desktop/Installer\"", path.Path());
423 if (strcmp(srcDirectory.Path(), targetDirectory.Path()) == 0) {
430 if (strncmp(BOOT_PATH, targetDirectory.Path(), strlen(BOOT_PATH)) == 0) {
446 &targetVolume) == B_OK && targetDir.SetTo(trashPath.Path())
[all...]
/haiku/src/apps/clock/
H A Dcl_wind.cpp11 #include <Path.h>
40 int ref = creat(path.Path(), 0777);
69 ref = open(path.Path(), O_RDONLY);
/haiku/src/apps/deskbar/
H A DDeskbarUtils.cpp94 dir.SetTo(path.Path());
104 dir.CreateSymLink(ref.name, path.Path(), &link);
122 return create ? create_directory(_path.Path(), 0755) : error;
/haiku/src/tests/servers/registrar/
H A Drun_test_registrar.cpp15 #include <Path.h>
88 const char* registrarPath = path.Path();
93 if (!strncmp(currentPath.Path(), registrarPath, generatedPath - registrarPath)) {
/haiku/src/kits/print/
H A DPrintTransport.cpp36 #include <Path.h>
85 fAddOnID = load_add_on(path.Path());
118 input.AddString("printer_file", path.Path());
/haiku/src/apps/diskusage/
H A DApp.cpp19 #include <Path.h>
84 || settingsFile.SetTo(path.Path(), B_READ_ONLY) != B_OK
115 || settingsFile.SetTo(path.Path(),
/haiku/src/apps/deskcalc/
H A DCalcApplication.cpp24 #include <Path.h>
154 ret = file->SetTo(prefsPath.Path(),
157 ret = file->SetTo(prefsPath.Path(), B_READ_ONLY);
/haiku/src/add-ons/index_server/fulltext/
H A DFullTextAnalyser.h14 #include <Path.h>
/haiku/src/kits/storage/
H A DFindDirectory.cpp11 #include <Path.h>
/haiku/src/preferences/sounds/
H A DHEventList.h31 const char* Path() const { return fPath.String(); } function in class:HEventRow
/haiku/src/servers/bluetooth/
H A DHCIDelegate.h12 #include <Path.h>
/haiku/headers/os/package/
H A DGlobalWritableFileInfo.h34 const BString& Path() const;
H A DUserSettingsFileInfo.h34 const BString& Path() const;
/haiku/src/tests/add-ons/print/transports/
H A Dmain.cpp11 #include <Path.h>
85 printf("\t%s ?\n", path.Path());
86 addon = load_add_on(path.Path());
98 transport, path.Path());
/haiku/src/kits/package/
H A DDropRepositoryRequest.cpp14 #include <Path.h>

Completed in 359 milliseconds

1234567891011>>