Searched refs:directory (Results 151 - 175 of 287) sorted by relevance

1234567891011>>

/haiku/src/kits/package/
H A DPackageRoster.cpp68 // number of packages in the system package directory.
380 BDirectory directory(path.Path());
381 status_t result = directory.InitCheck();
388 while (directory.GetNextEntry(&entry, true) == B_OK) {
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDirectory.cpp28 FATAL("Could not delete all entries in directory.\n");
76 Directory::CreateDirectory(const char *name, Directory **directory) argument
78 status_t error = (name && directory ? B_OK : B_BAD_VALUE);
80 // create directory
85 *directory = node;
345 // add node to directory
/haiku/src/kits/midi/
H A DSoftSynth.cpp113 // in the user settings directory
138 BDirectory directory(paths.StringAt(i).String());
140 if (directory.InitCheck() != B_OK)
142 while (directory.GetNextEntry(&entry) == B_OK) {
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.cpp29 fprintf(stderr, "IMAP: Could not create destination directory %s: %s\n",
240 IMAPFolder* folder = _FolderFor(ref.directory);
283 fprintf(stderr, "%s already exists and is not a directory\n",
320 IMAPProtocol::_FolderFor(ino_t directory) argument
322 FolderNodeMap::const_iterator found = fFolderNodeMap.find(directory);
/haiku/headers/os/storage/
H A DEntry.h34 ino_t directory; member in struct:entry_ref
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DVolume.h79 status_t _DeleteDirectoryEntries(Directory* directory);
/haiku/headers/private/storage/mime/
H A DDatabaseLocation.h26 bool AddDirectory(const BString& directory);
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DRuleFilter.cpp87 ref.directory = nodeRef.node;
/haiku/src/apps/text_search/
H A DGrepWindow.h33 void _InitRefsReceived(entry_ref* directory,
H A DGrepWindow.cpp122 entry_ref directory;
123 _InitRefsReceived(&directory, message);
125 fModel->fDirectory = directory;
350 GrepWindow::_InitRefsReceived(entry_ref* directory, BMessage* message) argument
363 if (message->FindRef("dir_ref", 0, directory) == B_OK)
372 // ok, special case, we use this folder as base directory
374 *directory = ref;
919 // name. When the event occurs for a file in a watched directory,
1449 entry_ref directory;
1450 _InitRefsReceived(&directory, messag
[all...]
/haiku/headers/os/package/
H A DCommitTransactionResult.h144 void SetOldStateDirectory(const BString& directory);
/haiku/headers/build/os/storage/
H A DEntry.h38 ino_t directory; member in struct:OpenBeOS::entry_ref
101 /*! File descriptor for the entry's parent directory. */
/haiku/src/bin/bfs_tools/
H A Drecover.cpp380 // printf("index directory (%ld, %d): \"%s\" is missing (%ld, %d, %d)\n",node->BlockRun().allocation_group,node->BlockRun().start,name,run.allocation_group,run.start,run.length);
382 // printf("index directory (%ld, %d): key is missing (%ld, %d, %d)\n",node->BlockRun().allocation_group,node->BlockRun().start,run.allocation_group,run.start,run.length);
387 printf("directory \"%s\" (%" B_PRId32 ", %d): node \"%s\" is "
444 Directory* directory = dynamic_cast<Directory*>(node); local
445 if (directory != NULL)
446 checkDirectoryContents(disk, directory);
449 ",%d looks like a directory, but isn't.\n",
455 // check for the parent directory
463 // entry has a valid parent directory, so it's assumed to be a valid entry
479 "): parent directory i
612 Directory *directory = getNameIndex(disk); local
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp1131 // if the directory is fully cached, we allocate a local iterator
1238 ShareDir* directory = dynamic_cast<ShareDir*>(_dir); local
1256 entry = _GetEntryByLocalID(directory->GetID(), name);
1270 buffer->d_pino = directory->GetID();
1276 if (directory == fRootNode && strcmp(name, "..") == 0) {
1297 error = _ReadRemoteDir(directory, remoteIterator);
1621 // if we have the attribute directory cached, we can first check, if the
1904 // if we have the attribute directory cached, get the info from there
1957 // load the directory
1965 ShareDir* directory local
2072 _ReadRemoteDir(ShareDir* directory, RemoteShareDirIterator* iterator) argument
2535 _LoadEntry(ShareDir* directory, const EntryInfo& entryInfo, ShareDirEntry** _entry) argument
[all...]
/haiku/src/kits/print/
H A DPrintAddOnServer.cpp165 BDirectory* directory)
168 status_t result = directory->GetEntry(&entry);
164 AddDirectory(BMessage& message, const char* name, BDirectory* directory) argument
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.h140 status_t _AddPackageNode(Directory* directory,
143 void _RemovePackageNode(Directory* directory,
/haiku/src/apps/mail/
H A DQueryList.cpp122 int64 directory = message->GetInt64("directory", -1); local
129 entry_ref ref(device, directory, name);
H A DMailApp.cpp487 BDirectory directory; local
490 // Locate dictionaries directory
495 //Locate user dictionary directory
500 // Create directory if needed
501 directory.CreateDirectory(userIndexDir.Path(), NULL);
503 // Setup directory paths
510 directory.CreateDirectory(indexDir.Path(), NULL);
511 directory.CreateDirectory(dictionaryDir.Path(), NULL);
512 directory.CreateDirectory(userIndexDir.Path(), NULL);
513 directory
[all...]
/haiku/headers/private/kernel/boot/
H A Dvfs.h155 // root directory of the volume
157 // "system" directory of the volume; if packaged the root
158 // directory of the mounted packagefs
172 extern int open_from(Directory *directory, const char *path, int mode,
175 extern status_t get_stat(Directory* directory, const char* path,
/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp47 // Enumerate initial directory content
73 message->FindInt64("directory", &ref.directory);
88 message->FindInt64("to directory", &ref.directory);
100 message->FindInt64("to directory", &to);
101 message->FindInt64("from directory", &from);
243 "application/x-vnd.Be-directory", B_MINI_ICON);
H A DBrowserWindow.h189 bool _CheckBookmarkExists(BDirectory& directory,
195 BDirectory& directory,
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h86 /* index directory & index operations */
208 /* directory operations */
225 /* attribute directory operations */
390 fssh_vnode_id directory, const char *name, fssh_vnode_id node);
392 fssh_vnode_id directory, const char *name, fssh_vnode_id node);
405 fssh_vnode_id directory, const char *name,
409 fssh_vnode_id directory, const char *name,
413 fssh_vnode_id directory, const char *name,
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp391 Inode* directory = (Inode*)_directory->private_node; local
394 status_t status = directory->CheckPermissions(X_OK);
398 status = DirectoryIterator(directory).Lookup(name, strlen(name), _vnodeID);
402 entry_cache_add_missing(volume->ID(), directory->ID(), name);
407 entry_cache_add(volume->ID(), directory->ID(), name, *_vnodeID);
457 // opening a directory read-only is allowed, although you can't read
699 /* directory operations */
708 /* attribute directory operations */
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp86 directory that has the same name as one in the system's directory, it will
235 || message->FindInt64("directory", &nodeRef.node)
251 // has the entry been moved into a monitored directory or
259 || message->FindInt64("to directory", &toNodeRef.node)
261 || message->FindInt64("from directory",
288 item->ref.directory = toNodeRef.node;
305 || message->FindInt64("directory",
356 // make sure the directory exists before we add it
367 translators with the same name will be taken from the earlier directory
[all...]
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp127 entryRef.device, entryRef.directory, entryRef.name);
365 || message.FindInt64("directory", &entryRef.directory)
386 || message.FindInt64("from directory",
387 &fromEntryRef.directory) != B_OK
388 || message.FindInt64("to directory", &toEntryRef.directory)
522 // delete and re-create the test directory
742 "Failed to create directory \"%s\"", path);
747 // recurse, if the entry is a directory
749 BDirectory directory; local
[all...]

Completed in 218 milliseconds

1234567891011>>