Searched refs:Path (Results 26 - 50 of 759) sorted by relevance

1234567891011>>

/haiku/src/apps/deskbar/
H A DDeskbarUtils.h39 #include <Path.h>
/haiku/src/preferences/screensaver/
H A DScreenSaverApp.cpp13 #include <Path.h>
/haiku/src/servers/launch/
H A DInitRealTimeClockJob.h10 #include <Path.h>
/haiku/src/tools/translation/inspector/
H A DTranslatorItem.h48 const char *Path() const;
H A DTranslatorItem.cpp44 BTranslatorItem::Path() const function in class:BTranslatorItem
/haiku/src/apps/haikudepot/util/
H A DPackageUtils.h10 #include <Path.h>
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h51 class Path;
62 status_t FindExact(Path* path, btrfs_key& key,
65 status_t FindNext(Path* path, btrfs_key& key,
68 status_t FindPrevious(Path* path, btrfs_key& key,
76 status_t Traverse(btree_traversing type, Path* path,
79 status_t PreviousLeaf(Path* path) const;
80 status_t NextLeaf(Path* path) const;
87 Path* path, const btrfs_key& startKey,
91 Path* path, btrfs_entry* entries,
97 Path* pat
221 class Path { class in class:BTree
[all...]
/haiku/src/add-ons/index_server/fulltext/
H A DCLuceneDataBase.cpp52 printf("CLuceneWriteDataBase fDataBasePath %s\n", fDataBasePath.Path());
53 create_directory(fDataBasePath.Path(), 0755);
142 if (IndexReader::indexExists(fDataBasePath.Path()))
145 writer = new IndexWriter(fDataBasePath.Path(),
164 BEntry entry(fDataBasePath.Path(), NULL);
170 if (!IndexReader::indexExists(fDataBasePath.Path()))
173 reader = IndexReader::open(fDataBasePath.Path());
198 wchar_t* wPath = to_wchar(path.Path());
247 inFile.SetTo(path.Path(), B_READ_ONLY);
249 STRACE("Can't open inFile %s\n", path.Path());
[all...]
/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerApplication.cpp43 create_directory(parent.Path(), 0777); // create directory
46 BEntry entry(path.Path());
72 create_directory(parent.Path(), 0777); // create directory
76 fd = open(path.Path(), O_RDWR);
77 if (fd < 0) fd = creat(path.Path(), 0777);
81 entry = new BEntry(path.Path());
/haiku/src/bin/filteredquery/
H A Dquery.cpp18 #include <Path.h>
46 if (!strncmp(path.Path(), wantedPath.Path(),
47 strlen(wantedPath.Path())))
117 BString().CharacterEscape(path.Path(), " ()?*&\"'[]^\\~|;!<>*$", '\\').String()
118 : path.Path());
/haiku/headers/os/
H A DStorageKit.h16 #include <Path.h>
/haiku/src/add-ons/print/drivers/postscript/
H A DPSEntry.cpp10 #include <Path.h>
52 && BEntry(path.Path()).Exists()) {
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DShortcutsServerFilter.cpp12 #include <Path.h>
39 fMap = new KeyCommandMap(path.Path());
/haiku/src/servers/bluetooth/
H A DHCITransportAccessor.cpp17 fDescriptor = open (path->Path(), O_RDWR);
25 __FUNCTION__, path->Path(), fIdentifier);
H A DDeviceManager.cpp8 #include <Path.h>
99 // BString str(path.Path());
148 BString* str = new BString(path.Path());
157 TRACE_BT("DeviceManager: Device %s registered\n", path.Path());
203 printf("DeviceManager::StartMonitoringDevice BPath::Append() error %s: %s\n", path.Path(), strerror(err));
208 if ((err = directory.SetTo(path.Path())) != B_OK) {
211 printf("DeviceManager::StartMonitoringDevice SetTo error %s: %s\n", path.Path(), strerror(err));
215 if ((err = create_directory(path.Path(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)) != B_OK
216 || (err = directory.SetTo(path.Path())) != B_OK) {
217 printf("DeviceManager::StartMonitoringDevice CreateDirectory error %s: %s\n", path.Path(), strerro
[all...]
/haiku/headers/private/kernel/boot/
H A DPathBlocklist.h23 const char* Path() const function in class:BlockedPath
30 { return strcmp(Path(), path) == 0; }
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.h14 #include <Path.h>
35 const BPath* Path() { return &fPath; }; function in class:TeamListItem
/haiku/headers/private/mail/
H A DMailPrivate.h10 #include <Path.h>
/haiku/src/apps/login/
H A DDesktopWindow.cpp14 #include <Path.h>
47 BDirectory dir(path.Path());
51 dir.SetTo(path.Path());
55 get_ref_for_path(path.Path(), &ref);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DSettings.h11 #include <Path.h>
/haiku/src/tests/add-ons/index_server/fulltext_search/
H A DBeaconSearcher.h16 #include <Path.h>
/haiku/src/add-ons/accelerants/radeon/
H A Dsettings.cpp25 #include <Path.h>
45 BFile file( path.Path(), B_READ_ONLY );
76 BFile file( path.Path(), B_CREATE_FILE | B_WRITE_ONLY );
/haiku/src/apps/bootmanager/
H A DBootDrive.cpp67 BootDrive::Path() const function in class:BootDrive
69 return fPath.Path();
97 return roster.GetDeviceForPath(fPath.Path(), &device);
/haiku/src/preferences/datatranslations/
H A DDataTranslationsSettings.cpp19 #include <Path.h>
34 BFile file(path.Path(), B_READ_ONLY);
56 BFile file(path.Path(), B_WRITE_ONLY | B_CREATE_FILE | B_ERASE_FILE);
/haiku/src/kits/midi/
H A DMidiSettings.cpp10 #include <Path.h>
34 void* handle = load_driver_settings(path.Path());
63 if (file.SetTo(path.Path(), B_WRITE_ONLY | B_CREATE_FILE | B_ERASE_FILE)

Completed in 201 milliseconds

1234567891011>>