Searched refs:Path (Results 1 - 25 of 759) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp18 #include <Path.h>
46 BEntry(fPath.Path()).Remove();
60 status_t status = fFile.SetTo(fPath.Path(),
68 return get_ref_for_path(fPath.Path(), &ref);
449 printf("IMAP: write body to %s\n", path.Path());
/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp26 #include <Path.h>
357 _AddDefaultMapping("Noto Sans", "Book", veraFontPath.Path());
359 veraFontPath.SetTo(ttfontsPath.Path());
361 _AddDefaultMapping("Noto Sans", "Bold", veraFontPath.Path());
363 veraFontPath.SetTo(ttfontsPath.Path());
365 _AddDefaultMapping("Noto Sans Mono", "Regular", veraFontPath.Path());
402 || _CreateDirectories(path.Path()) != B_OK
640 BFile file(font->Path(), B_READ_ONLY);
662 _AddPath(path.Path());
667 _AddPath(path.Path());
[all...]
H A DFontStyle.h17 #include <Path.h>
121 const char* Path() const;
H A DFontStyle.cpp139 FontStyle::Path() const function in class:FontStyle
141 return fPath.Path();
/haiku/src/preferences/screen/
H A DScreenWindow.cpp39 #include <Path.h>
1254 status = create_directory(path.Path(), 0755);
1260 status = file.SetTo(path.Path(), B_CREATE_FILE | B_WRITE_ONLY | B_ERASE_FILE);
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp54 #include <Path.h>
424 tmp = path.Path();
650 *outString = path.Path();
678 *outString = path.Path();
H A DFSUtils.cpp62 #include <Path.h>
1743 BDirectory subDir (path.Path());
1816 chdir(destPath.Path());
1819 BString destString(destPath.Path());
1822 BString srcString(path.Path());
1870 err = destDir->CreateSymLink(name, path.Path(), &link);
2150 BString originalPath(path.Path());
2684 result = trashDir->SetTo(path.Path());
2687 result = create_directory(path.Path(), 0755);
2691 result = trashDir->SetTo(path.Path());
[all...]
H A DContainerWindow.cpp54 #include <Path.h>
162 image_id addOnImage = load_add_on(path.Path());
207 addOnImage = load_add_on(path.Path());
277 image_id addOnImage = load_add_on(path.Path());
957 SetTitle(path.Path());
2330 if (entry.SetTo(path.Path()) == B_OK
2352 && entry.SetTo(path.Path()) == B_OK && model.SetTo(&entry) == B_OK) {
3534 && strstr(path.Path(), "/" kQueryTemplates "/") != NULL) {
3661 BDirectory dir(settingsPath.Path());
3665 if (!BEntry(path.Path())
[all...]
H A DFilePanelPriv.cpp56 #include <Path.h>
229 BEntry entry(path.Path(), true);
1319 || get_ref_for_path(homePath.Path(), &ref) != B_OK) {
1336 BDirectory goDirectory(path.Path());
1343 goDirectory.CreateSymLink(TargetModel()->Name(), path.Path(),
1362 if (get_ref_for_path(path.Path(), &ref) == B_OK) {
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp27 #include <Path.h>
509 if (!(f = fopen(path.Path(), "w")))
592 f.SetTo(p.Path(), B_READ_ONLY);
682 f.SetTo(p.Path(), B_WRITE_ONLY | B_ERASE_FILE | B_CREATE_FILE);
/haiku/src/apps/mediaplayer/
H A DController.cpp22 #include <Path.h>
/haiku/src/apps/installer/
H A DInstallerWindow.cpp29 #include <Path.h>
678 BEntry entry(path.Path());
707 BEntry entry(path.Path());
885 BDirectory dir(directory.Path());
/haiku/src/apps/drivesetup/
H A DDiskView.cpp22 #include <Path.h>
280 const char* encrypter = EncryptionType(path.Path());
H A DPartitionList.cpp24 #include <Path.h>
261 const char* encrypter = EncryptionType(path.Path());
289 SetField(new BBitmapStringField(icon, path.Path()), kDeviceColumn);
321 SetField(new BStringField(path.Path()), kMountedAtColumn);
/haiku/src/apps/diskprobe/
H A DProbeView.cpp39 #include <Path.h>
283 status = get_device_icon(path.Path(), fBitmap, B_LARGE_ICON);
430 BString string = path.Path();
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp43 #include <Path.h>
1081 if (file.SetTo(path.Path(), B_READ_ONLY) == B_OK
1435 new OpenFileAction(licensePath.Path()));
1489 BFile fortunes(path.Path(), B_READ_ONLY);
1763 fCreditsView->InsertHyperText(part, new OpenFileAction(mitPath.Path()));
1775 fCreditsView->InsertHyperText(part, new OpenFileAction(lgplPath.Path()));
2102 && lstat(path.Path(), &st) == 0) {
/haiku/src/tests/kits/storage/
H A DFindDirectoryTest.cpp16 #include <Path.h>
115 printf("%4d: `%s'\n", directories[i], path.Path());
140 path.SetTo(homePath.Path(), "Desktop");
158 path.SetTo(homePath.Path(), "Desktop/Trash");
164 path.SetTo(recycledPath.Path(), "_BEOS_");
/haiku/src/preferences/appearance/
H A DAPRView.cpp27 #include <Path.h>
/haiku/src/tools/fs_shell/
H A Dvfs.cpp4588 device = normalizedDevice.Path();
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp399 size_t length = strlen(path.Path()) + 1;
402 void* list = open_module_list_etc(path.Path(), "driver_v1");
417 devfs_publish_directory(path.Path());
1622 TRACE((" add path: \"%s\", %" B_PRId32 "\n", path->Path(), status));
1924 _FindBestDriver(path.Path(), bestDriver, bestSupport, previous);
1952 _RegisterPath(path.Path());
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp42 #include <Path.h>
795 SetTitle(path.Path());
1278 settings->SetString("SaveDirectory", path.Path());
H A DShowImageStatusView.cpp18 #include <Path.h>
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp673 BTree::Path path(volume->FSTree());
713 BTree::Path path(volume->FSTree());
760 BTree::Path path(volume->FSTree());
H A DInode.cpp99 BTree::Path path(fVolume->FSTree());
179 BTree::Path path(fVolume->FSTree());
236 BTree::Path path(fVolume->FSTree());
365 BTree::Path path(fVolume->FSTree());
384 Inode::FindNextIndex(BTree::Path* path) const
401 Inode::Insert(Transaction& transaction, BTree::Path* path)
424 Inode::Remove(Transaction& transaction, BTree::Path* path)
443 Inode::MakeReference(Transaction& transaction, BTree::Path* path,
515 Inode::Dereference(Transaction& transaction, BTree::Path* path, ino_t parentID,
/haiku/src/kits/package/
H A DPackageInfo.cpp151 const char* Path() const function in struct:BPackageKit::BPackageInfo::PackageFileLocation
1183 status_t error = fileLocation.Path() != NULL
1184 ? packageReader.Init(fileLocation.Path())
1197 status_t error = fileLocation.Path() != NULL
1198 ? packageReader.Init(fileLocation.Path())
1342 if ((error = archive->AddString(pathField, info->Path())) != B_OK
1374 if ((error = archive->AddString(pathField, info->Path())) != B_OK

Completed in 173 milliseconds

1234567891011>>