Searched refs:directory (Results 251 - 275 of 287) sorted by relevance

<<1112

/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp401 opened (not necessarily the first one listed in the directory).
408 DIR *directory = opendir("/dev/graphics"); local
409 if (!directory)
419 while (count < deviceNumber && (entry = readdir(directory)) != NULL) {
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp456 BDirectory directory(&entry);
457 if (directory.InitCheck() == B_OK && directory.IsRootDirectory()) {
H A DProbeView.cpp1361 BDirectory directory; local
1363 if (directory.SetTo(&fEditor.AttributeRef()) == B_OK
1364 && directory.IsRootDirectory())
1365 directory.GetVolume(&volume);
/haiku/src/servers/registrar/
H A DTRoster.cpp82 \param createDirectory makes sure the target directory exists if \c true.
209 ref.directory, ref.name);
259 info->ref.device, info->ref.directory, info->ref.name);
391 PRINT("ref: %" B_PRId32 ", %" B_PRId64 ", %s\n", ref.device, ref.directory,
677 ref.directory, ref.name);
1629 flatInfo.ref_directory = info->ref.directory;
/haiku/src/tests/kits/storage/
H A DEntryTest.cpp1571 // try to clobber a non-empty directory
1581 // clobber an empty directory
1854 // try to clobber a non-empty directory
1865 // clobber an empty directory
2136 ref->directory = dirStat.st_ino;
2149 && (a.directory > b.directory
2150 || (a.directory == b.directory
2184 CPPUNIT_ASSERT( testEntryRef.directory
[all...]
H A DPathTest.cpp1353 struct flattened_ref { dev_t device; ino_t directory; char name[1]; }; member in struct:flattened_ref
1362 CPPUNIT_ASSERT( ref.directory == fref.directory );
/haiku/src/apps/mail/
H A DContent.cpp1238 msg->FindInt64("to directory", &enclosure->ref.directory);
1260 entry_ref directory;
1266 && msg->FindRef("directory", &directory) == B_OK) {
1276 saveMsg.AddRef("directory", &directory);
1290 BDirectory dir(&directory);
1338 BDirectory dir(&directory);
1864 save.AddRef("directory",
[all...]
H A DEnclosures.cpp265 msg->FindInt64("to directory", &item->Ref()->directory);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DDirectory.cpp64 DirEntryTree(Directory* directory);
541 DirEntryTree::DirEntryTree(Directory* directory) argument
543 fDirectory(directory)
648 // directory is empty
782 PRINT(" directory is empty\n");
783 // directory is empty
873 // directory is empty
874 PRINT(" directory is empty\n");
1533 // iterate through the directory and remove references to all entries' nodes
1553 "entry node of deleted directory a
[all...]
/haiku/src/system/kernel/fs/
H A Drootfs.cpp122 // directory iteration states
208 // cant delete it if it's in a directory or is a directory
263 // make sure the directory stays sorted alphabetically
328 remove_node(struct rootfs* fs, struct rootfs_vnode* directory, argument
340 rootfs_remove_from_dir(fs, directory, vnode);
341 notify_entry_removed(fs->id, directory->id, vnode->name, vnode->id);
814 // we're at the end of the directory
1012 // target node exists, let's see if it is an empty directory
1040 // We need to do this even in the same directory,
[all...]
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp1078 const char* directory; local
1079 for (int32 i = 0; const char* fileName = unit->FileAt(i, &directory); i++) {
1080 LocatableFile* file = fFileManager->GetSourceFile(directory, fileName);
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp228 AccelerantHWInterface::_RecursiveScan(const char* directory, int deviceNumber, int &count, argument
231 ATRACE(("_RecursiveScan directory: %s\n", directory));
234 BDirectory dir(directory);
262 the first one listed in the directory).
/haiku/src/kits/mail/
H A DMailProtocol.cpp325 newParentRef.node = outRef.directory;
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css469 filename[class=directory]:after {
/haiku/src/apps/installer/
H A DWorkerThread.cpp668 // Opening the index directory will fail for example on ISO-Live
751 BDirectory directory(pkgRootDir.Path());
753 while (directory.GetNextEntry(&entry) == B_OK) {
/haiku/src/servers/net/
H A DNetServer.cpp708 BDirectory directory(startPath);
710 while (directory.GetNextEntry(&entry) == B_OK) {
/haiku/src/kits/tracker/
H A DContainerWindow.cpp1629 // cannot cut files in root, trash or in a virtual directory
2294 BDirectory directory; local
2327 // the "Tracker" settings directory is only used to get its icon
2343 FSGetBootDeskDir(&directory);
2344 if (directory.InitCheck() == B_OK && directory.GetEntry(&entry) == B_OK
2365 && volume.GetRootDirectory(&directory) == B_OK
2366 && directory.GetEntry(&entry) == B_OK
2381 if (volume.GetRootDirectory(&directory) == B_OK
2382 && directory
[all...]
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp190 BEntry& directory);
1445 BDirectory directory(&directoryEntry);
1448 while (directory.GetNextEntry(&entry) == B_OK) {
/haiku/src/kits/app/
H A DRoster.cpp104 info->ref.directory = flatInfo->ref_directory;
127 \retval B_IS_A_DIRECTORY \a ref refers to a directory.
148 BDirectory directory; local
154 && directory.SetTo(trashPath.Path()) == B_OK
155 && directory.Contains(&entry)) {
2644 // also add current working directory
/haiku/src/kits/locale/
H A DLocaleRosterData.cpp374 eref.directory = dent->d_pino;
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp389 msg->FindInt64("directory", &ref.directory);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp217 // Find temp directory for recorded sounds.
800 && (message->FindRef("directory", &new_dir_ref) == B_OK)
1344 && msg->FindRef("directory", &dir) == B_OK) {
1345 BDirectory directory(&dir);
1346 BFile file(&directory, name, O_RDWR | O_TRUNC);
/haiku/src/build/libroot/
H A Dfs.cpp326 // catch special case: no leaf, or leaf is a directory
383 // still a directory?
436 get_path(dev_t device, ino_t directory, const char *name, string &path) argument
440 ref.node = directory;
599 // open the parent directory
693 // cache path, if this is a directory
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c1054 /* Does this directory have an auth file? */
1408 /* Figure out the host directory. */
2374 ** within the current directory or the alternate directory.
2381 /* Elide the current directory. */
2401 ERROR_FORM( err403form, "The requested URL '%.80s' resolves to a file outside the permitted web server directory tree.\n" ),
2782 strcpy(logString, "A web directory has no ");
2791 strcat(logString, ". Sending directory listing.\n");
2859 // syslog( LOG_ERR, "out of memory reallocating directory names" );
2995 // syslog( LOG_DEBUG, "spawned indexing process %d for directory '
3406 char* directory; local
[all...]
/haiku/src/kits/media/
H A DMediaRoster.cpp3036 request.directory = file.directory;
3076 *_file = entry_ref(reply.device, reply.directory, reply.name);
3103 request.directory = file.directory;

Completed in 180 milliseconds

<<1112