Searched refs:dir (Results 276 - 300 of 353) sorted by relevance

<<1112131415

/haiku/src/system/boot/loader/
H A Dpackage_support.cpp272 PackageVolumeInfo::_InitState(Directory* packagesDirectory, DIR* dir, argument
309 while (dirent* entry = readdir(dir)) {
/haiku/src/kits/device/
H A DSerialPort.cpp33 BDirectory dir(SERIAL_DIR);
37 while (dir.GetNextEntry(&entry) == B_OK) {
/haiku/src/tests/kits/storage/
H A DFindDirectoryTest.cpp124 test_find_directory(directory_which dir, BPath &path, dev_t device) argument
127 switch (dir) {
H A DFileTest.cpp172 BDirectory dir(dirPath.Path());
173 CPPUNIT_ASSERT( dir.InitCheck() == B_OK );
174 BFile file(&dir, path.Leaf(),
289 BDirectory dir(dirPath.Path());
290 CPPUNIT_ASSERT( dir.InitCheck() == B_OK );
292 status_t result = file.SetTo(&dir, path.Leaf(),
/haiku/headers/libs/agg/
H A Dagg_color_rgba.h397 r = gamma.dir(r);
398 g = gamma.dir(g);
399 b = gamma.dir(b);
659 r = gamma.dir(r);
660 g = gamma.dir(g);
661 b = gamma.dir(b);
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp711 BDirectory dir(&nodeRef);
713 if (dir.InitCheck() == B_OK) {
714 BPath path(&dir);
803 BDirectory dir(basePath.Path());
807 dir.GetNodeRef(&nodeRef);
810 while (dir.GetNextEntry(&entry, true) == B_OK) {
/haiku/src/apps/mail/
H A DContent.cpp1290 BDirectory dir(&directory);
1291 BFile file(&dir, name, B_READ_WRITE);
1338 BDirectory dir(&directory);
1339 BFile file(&dir, name, B_READ_WRITE);
1848 BDirectory dir(path.Path());
1849 if (dir.InitCheck() == B_NO_ERROR) {
1854 for (int32 index = 0; dir.Contains(name); index++) {
1900 BDirectory dir;
1901 dir.SetTo(&ref);
1902 result = dir
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A Dkernel_interface.cpp294 nfs4_lookup(fs_volume* volume, fs_vnode* dir, const char* name, ino_t* _id) argument
296 VnodeToInode* vti = reinterpret_cast<VnodeToInode*>(dir->private_node);
310 TRACE("volume = %p, dir = %" B_PRIi64 ", name = %s\n", volume, vti->ID(),
528 nfs4_create_symlink(fs_volume* volume, fs_vnode* dir, const char* name, argument
531 VnodeToInode* vti = reinterpret_cast<VnodeToInode*>(dir->private_node);
532 TRACE("volume = %p, dir = %" B_PRIi64 ", name = %s, path = %s, mode = %d\n",
557 nfs4_link(fs_volume* volume, fs_vnode* dir, const char* name, fs_vnode* vnode) argument
560 VnodeToInode* dirVti = reinterpret_cast<VnodeToInode*>(dir->private_node);
561 TRACE("volume = %p, dir = %" B_PRIi64 ", name = %s, vnode = %" B_PRIi64
580 nfs4_unlink(fs_volume* volume, fs_vnode* dir, cons argument
762 nfs4_create(fs_volume* volume, fs_vnode* dir, const char* name, int openMode, int perms, void** _cookie, ino_t* _newVnodeID) argument
[all...]
H A DInode.h60 status_t Link(Inode* dir, const char* name);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_sta.c478 * frame sent by ourself. The dir is known to be DSTODS.
499 * frame sent by ourself. The dir is known to be FROMDS.
550 uint8_t dir, type, subtype, qos; local
574 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK;
609 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK;
676 (dir == IEEE80211_FC1_DIR_FROMDS ||
677 dir == IEEE80211_FC1_DIR_DSTODS) &&
683 if (dir == IEEE80211_FC1_DIR_FROMDS) {
711 } else if (dir == IEEE80211_FC1_DIR_DSTODS) {
734 "data", "incorrect dir
[all...]
/haiku/src/bin/network/ftpd/
H A Dftpd.c3172 struct dirent *dir;
3238 while ((dir = readdir(dirp)) != NULL) {
3244 if (dir->d_name[0] == '.' && dir->d_name[1] == '\0')
3246 if (dir->d_name[0] == '.' && dir->d_name[1] == '.' &&
3247 dir->d_name[2] == '\0')
3250 if (dir->d_name[0] == '.' && dir->d_namlen == 1)
3252 if (dir
[all...]
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.c779 EDirection dir = eDirNone;
798 case CAM_DIR_IN: dir = eDirIn; break;
799 case CAM_DIR_OUT: dir = eDirOut; break;
800 default: dir = eDirNone; break;
810 dir, ccbio, transfer_callback);
/haiku/src/apps/deskbar/
H A DResourceSet.cpp734 BPath* dir = (BPath*)fDirectories.ItemAt(i); local
735 if (dir) {
737 BPath path(dir->Path(), name);
/haiku/src/kits/mail/
H A DMailSettings.cpp321 BDirectory dir(path.Path());
322 if (dir.InitCheck() != B_OK)
327 while (dir.GetNextEntry(&entry) != B_ENTRY_NOT_FOUND) {
/haiku/
H A Dconfigure46 --cross-tools-source <buildtools dir>
48 <buildtools dir> defines the location of the
95 --with-gdb <gdb sources dir>
96 specify the path to a GDB source dir, to build
639 GIT_DIR=`git -C "$configureDir" rev-parse --git-dir | sed 's/^gitdir: //'`
1038 clangHeadersDir=`$gcc -print-resource-dir`/include/
/haiku/src/kits/tracker/
H A DFindPanel.cpp655 entry_ref dir; local
659 && message->FindRef("directory", &dir) == B_OK
664 BDirectory directory(&dir);
1108 entry_ref dir; local
1237 // direct entry selected, convert to parent dir and name
1241 entry.GetRef(&dir);
1245 // parent dir and name selected
1246 error = message->FindRef("directory", &dir);
1252 SaveAsQueryOrTemplate(&dir, name, true);
1270 && message->FindRef("directory", &dir)
1308 SaveAsQueryOrTemplate(const entry_ref* dir, const char* name, bool queryTemplate) argument
[all...]
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp1179 DirCloser dir(fdopendir(clonedFD));
1180 if (!dir.IsSet()) {
1188 while (dirent* entry = readdir(dir.Get())) {
1579 DirCloser dir(fdopendir(clonedFD));
1580 if (!dir.IsSet()) {
1588 while (dirent* entry = readdir(dir.Get())) {
/haiku/src/apps/resedit/
H A DResView.cpp219 ResView::SetTo(const entry_ref &dir, const BString &name) argument
223 BPath path(&dir);
/haiku/src/preferences/joysticks/
H A DJoyWin.cpp232 BDirectory *dir = new BDirectory(); local
233 dir->CreateSymLink(strLinkPlace.String(),
/haiku/src/tests/kits/game/direct_window_test/
H A DStarWindow.cpp32 status_t get_file_version_info( directory_which dir, argument
41 if ((res = find_directory(dir, &path)) != B_NO_ERROR)
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp545 BDirectory dir(directory);
546 while (dir.GetNextEntry(&entry) == B_OK) {
/haiku/src/preferences/mail/
H A DAutoConfigView.cpp170 BDirectory dir(path.Path());
172 while (dir.GetNextRef(&protocolRef) == B_OK)
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.h125 virtual status_t SendCommand(uint8 dir, uint8 request, uint16 value,
/haiku/src/libs/stdc++/legacy/
H A Diostream.cc195 istream& istream::seekg(streamoff off, _seek_dir dir) argument
197 streampos pos = _IO_seekoff (_strbuf, off, (int) dir, _IOS_INPUT);
932 ostream& ostream::seekp(streamoff off, _seek_dir dir)
934 streampos pos = _IO_seekoff (_strbuf, off, (int) dir, _IOS_OUTPUT);
/haiku/src/system/libroot/posix/glibc/libio/
H A Dgenops.c706 _IO_default_seekoff (fp, offset, dir, mode)
709 int dir; variable
1153 _IO_default_seek (fp, offset, dir)
1156 int dir; variable

Completed in 169 milliseconds

<<1112131415