Searched refs:dir (Results 326 - 350 of 353) sorted by relevance

<<1112131415

/haiku/src/kits/tracker/
H A DTracker.cpp1390 BDirectory dir(node);
1391 if (dir.InitCheck() != B_OK)
1407 || dir.Contains(&wind_entry)) {
H A DContainerWindow.cpp1408 // no destination specified, create link in same dir as item
1452 // Switch dir and apply new state
1514 // don't copy to printers dir
2350 // add the home dir
2380 // add root dir
3656 //PRINT(("looking for default state in tracker settings dir\n"));
3661 BDirectory dir(settingsPath.Path());
3694 if (dir.CreateFile(name, &file) != B_OK)
4218 BDirectory dir; local
4219 if (FSGetDeskDir(&dir)
[all...]
H A DPoseView.cpp1952 // set location from poseinfo if saved loc was for this dir
2197 // (abort if dir has been switched under normal
2944 BDirectory dir; local
2945 if (FSGetDeskDir(&dir) == B_OK) {
2952 result = ReadAttr(&dir, poseInfoAttr, poseInfoAttrForeign,
3023 BDirectory dir; local
3024 if (FSGetDeskDir(&dir) == B_OK) {
3405 BDirectory dir(&srcRef);
3407 if (dir.InitCheck() == B_OK) {
5805 BNode dir(pat
[all...]
/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp1219 checksumfs_link(fs_volume* fsVolume, fs_vnode* dir, const char* name, argument
1224 Directory* directory = dynamic_cast<Directory*>((Node*)dir->private_node);
1269 checksumfs_unlink(fs_volume* fsVolume, fs_vnode* dir, const char* name) argument
1271 return remove_entry(fsVolume, dir, name, false);
/haiku/src/apps/showimage/
H A DShowImageView.cpp932 ShowImageView::SaveToFile(BDirectory* dir, const char* name, BBitmap* bitmap, argument
948 BFile file(dir, name, B_WRITE_ONLY | B_CREATE_FILE | B_ERASE_FILE);
1016 BDirectory dir(&dirRef);
1017 SaveToFile(&dir, name.String(), bitmap, &format);
H A DShowImageWindow.cpp1271 BDirectory dir(&dirRef);
1272 fImageView->SaveToFile(&dir, filename, NULL, &outFormat[i]);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.cpp774 SonixCamDevice::SendCommand(uint8 dir, uint8 request, uint16 value,
783 USB_REQTYPE_VENDOR | USB_REQTYPE_INTERFACE_OUT | dir,
/haiku/src/servers/mount/
H A DAutoMounter.cpp839 BDirectory dir(directoryPath.Path());
840 dir.CreateFile(kMountServerSettings, &fPrefsFile);
/haiku/src/apps/terminal/
H A DTermView.cpp2143 BDirectory dir; local
2145 dir.SetTo(&ref);
2147 entry.GetParent(&dir);
2151 dir.GetNodeRef(&nodeRef);
2153 } else if (firstDir != dir) {
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp1354 BDirectory dir; local
1355 dir.SetTo(directory);
1356 if (dir.InitCheck() != B_NO_ERROR)
1358 dir.Rewind();
1360 while (dir.GetNextEntry(&entry) >= 0) {
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_mesh.c1276 ("bogus dir, fc 0x%x:0x%x", wh->i_fc[0], wh->i_fc[1]));
1351 ("bad dir 0x%x:0x%x", wh->i_fc[0], wh->i_fc[1]));
1541 uint8_t dir, type, subtype, ae; local
1577 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK;
1620 if (dir != IEEE80211_FC1_DIR_FROMDS &&
1621 dir != IEEE80211_FC1_DIR_DSTODS) {
1623 wh, "data", "incorrect dir 0x%x", dir);
1778 if (dir != IEEE80211_FC1_DIR_NODS) {
1780 wh, "mgt", "incorrect dir
[all...]
H A Dieee80211_output.c1475 int dir = -1; local
1589 dir = IEEE80211_FC1_DIR_DSTODS;
1609 dir = IEEE80211_FC1_DIR_FROMDS;
1730 wh->i_fc[1] = dir;
1734 if (dir == IEEE80211_FC1_DIR_DSTODS) { /* ucast */
1745 } else if (dir == IEEE80211_FC1_DIR_FROMDS) {
/haiku/headers/libs/agg/
H A Dagg_pixfmt_gray.h86 *p = m_gamma.dir(*p);
H A Dagg_pixfmt_rgba.h91 p[Order::R] = m_gamma.dir(p[Order::R]);
92 p[Order::G] = m_gamma.dir(p[Order::G]);
93 p[Order::B] = m_gamma.dir(p[Order::B]);
/haiku/src/kits/mail/
H A DMailMessage.cpp851 BEmailMessage::RenderTo(BDirectory* dir, BEntry* msg) argument
905 while ((exists = dir->Contains(worker.String())) && --tries > 0) {
917 status_t status = dir->CreateFile(worker.String(), &file);
922 msg->SetTo(dir,worker.String());
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp649 //PRINT(("VolumeManager::AddEntry(): %ld, %lld, `%s', dir: %p, "
670 //PRINT(("VolumeManager::RemoveEntry(): %ld, %lld, `%s', dir: %p, "
876 // if the dir has a valid entry referring to it, we've nothing to do
900 // get the entry's parent dir and enter the next round
971 // recursively get the descendant's parent dir until reaching the root dir
972 // or the given dir
994 if (Directory* dir = dynamic_cast<Directory*>(descendant))
995 return DirectoryContains(directory, dir, reflexive);
1048 // complete the root dir pat
[all...]
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp234 BDirectory dir(directory);
235 while (dir.GetNextEntry(&entry) == B_OK) {
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_input.c275 u_int8_t dir, type, subtype, tid; local
302 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK;
475 if (dir != IEEE80211_FC1_DIR_FROMDS) {
503 if (dir != IEEE80211_FC1_DIR_NODS) {
520 if (dir != IEEE80211_FC1_DIR_TODS) {
619 if (dir != IEEE80211_FC1_DIR_NODS) {
H A Dieee80211_output.c1731 u_int8_t tid, u_int8_t dir, u_int16_t reason)
1745 if (dir)
1730 ieee80211_get_delba(struct ieee80211com *ic, struct ieee80211_node *ni, u_int8_t tid, u_int8_t dir, u_int16_t reason) argument
/haiku/src/apps/mail/
H A DMailWindow.cpp2583 BDirectory dir; local
2602 status = dir.SetTo(draftPath.Path());
2606 if ((status = dir.CreateDirectory(draftPath.Path(), &dir))
2640 status = draft.SetTo(&dir, fileName, flags);
2655 BEntry entry(&dir, fileName);
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp1726 static const int dir[4] = { -1, 1, -TS, TS };
1821 - lab[d][tr][tc+dir[i]][0]);
1832 - lab[d][tr][tc+dir[i]][1])
1834 - lab[d][tr][tc+dir[i]][2]);
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp867 BDirectory dir(&ref);
868 BFile output(&dir, name,
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp988 Volume::Lookup(void* dir, const char* entryName, ino_t* vnid) argument
992 status_t error = _Lookup(dir, entryName, vnid);
994 && dir == fRootNode && strcmp(entryName, ".") == 0) {
2383 WARN(("Volume::CloseDir(): connection lost, forcing close dir\n"));
2398 WARN(("Volume::FreeDirCookie(): connection lost, forcing free dir "
2572 "dir\n"));
2588 "dir cookie\n"));
3174 "index dir\n"));
3190 "index dir cookie\n"));
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp135 BEntry dir(mimeDatabaseDir.c_str());
136 if (dir.InitCheck() != B_OK || !dir.Exists()) {
2589 // CHK(StorageKit::split_path(app.c_str(), dir, leaf) == B_OK);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp863 ext2_link(fs_volume* volume, fs_vnode* dir, const char* name, fs_vnode* node) argument

Completed in 278 milliseconds

<<1112131415