Searched refs:directory (Results 176 - 200 of 287) sorted by relevance

1234567891011>>

/haiku/src/kits/tracker/
H A DModel.cpp290 fEntryRef.directory = dirNode->node;
450 // promote from directory to volume
667 if (NodeRef()->node == fEntryRef.directory
773 BDirectory* directory = dynamic_cast<BDirectory*>(fNode); local
777 } else if (directory != NULL && directory->IsRootDirectory()) {
862 fEntryRef.directory = dirNode->node;
1313 B_PRIdDEV ", directory inode %" B_PRIdINO "\n",
1318 EntryRef()->directory));
1358 PRINT(("virtual directory\
[all...]
H A DDesktopPoseView.cpp259 entryMessage.AddInt64("directory", model.EntryRef()->directory);
/haiku/src/tools/fs_shell/
H A Dfssh.cpp430 // TODO file/directory exists. Update access/modification time
431 fprintf(stderr, "TODO file/directory exists. update time stamp\n", path);
486 // there is something left, which we can call a parent directory and
507 // make the directory
511 fprintf(stderr, "Error: Failed to make directory \"%s\": %s\n", path,
552 fprintf(stderr, "Error: Failed to read directory \"%s\": %s\n", name,
581 fprintf(stderr, "Error: \"%s\" is a directory.\n", entry);
591 // remove the directory
594 fprintf(stderr, "Error: Failed to remove directory \"%s\": %s\n",
639 fprintf(stderr, "Usage: %s <directory>\
642 const char* directory = argv[1]; local
1539 char directory[FSSH_B_PATH_NAME_LENGTH]; local
[all...]
H A Dvfs.cpp995 /** \brief Gets the directory path and leaf name for a given path.
997 * The supplied \a path is transformed to refer to the directory part of
1051 // get the directory vnode and let vnode_path_to_vnode() do the rest
1052 struct vnode *directory; local
1054 fssh_status_t status = get_vnode(mountID, directoryID, &directory, false);
1058 return vnode_path_to_vnode(directory, clonedName, false, 0, _vnode, NULL);
1138 // Check if we have the right to search the current directory vnode.
1140 // searching a directory is always allowed
1195 // Check if we start from the root directory or the current
1196 // directory ("vnod
2959 create_vnode(struct vnode *directory, const char *name, int openMode, int perms, bool kernel) argument
3079 struct vnode *directory; local
3100 struct vnode *directory; local
3474 struct vnode *directory; local
3752 struct vnode *directory, *vnode; local
[all...]
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DVolume.cpp153 // load the root directory
203 // create the root directory
337 Directory* directory = new(std::nothrow) Directory(this, local
340 status_t error = _CreateNode(directory, transaction);
344 _directory = directory;
/haiku/src/apps/mediaplayer/
H A DMainApp.cpp483 entry_ref directory; local
484 if (message->FindRef("directory", &directory) == B_OK)
485 targetMessage.AddRef("directory", &directory);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTree.cpp45 // TODO: Maybe we should check the false directory entries too?
51 HTree::HTree(Volume* volume, Inode* directory) argument
53 fDirectory(directory),
58 fIndexed = directory->IsIndexed();
/haiku/src/apps/installer/
H A DCopyEngine.cpp149 BDirectory directory(&entry);
150 status_t ret = directory.InitCheck();
155 while (directory.GetNextEntry(&subEntry) == B_OK) {
379 // the existing destination was a file instead of a directory.
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp536 BDirectory directory; local
537 if (directory.SetTo(path.Path()) == B_OK) {
540 while (directory.GetNextRef(&ref) == B_OK) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandle.h84 virtual status_t SetDirectory(Directory* directory) = 0;
/haiku/headers/private/app/
H A DMessageUtils.h191 byte_swap(data.directory);
/haiku/headers/private/shared/
H A DSettingsMessage.h29 SettingsMessage(directory_which directory,
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.h42 PackagesDirectory* directory,
/haiku/src/kits/print/
H A DFolderWatcher.cpp66 // start watching the spooler directory
73 // stop node watching for spooler directory
95 msg->FindInt64(dirName, &entry->directory) == B_OK &&
143 HandleCreatedEntry(msg, "directory");
150 if (msg->FindInt64("to directory", &dir) == B_OK && folder.node == dir) {
152 HandleCreatedEntry(msg, "to directory");
153 } else if (msg->FindInt64("from directory", &dir) == B_OK && folder.node == dir) {
/haiku/src/add-ons/kernel/file_systems/xfs/
H A Dkernel_interface.cpp199 Inode* directory = (Inode*)_directory->private_node; local
201 if (!directory->IsDirectory())
204 status_t status = directory->CheckPermissions(X_OK);
208 DirectoryIterator* iterator = DirectoryIterator::Init(directory);
272 // opening a directory read-only is allowed, although you can't read
769 /* directory operations */
778 /* attribute directory operations */
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp251 // TODO: copy it to the trash directory first!
386 BNode directory(&fRef);
387 status_t status = _WriteUInt32(directory, kLastUIDAttribute, uid);
524 BDirectory directory(&fRef);
526 while (directory.GetNextEntry(&entry) == B_OK) {
/haiku/
H A Dconfigure31 output directory under "cross-tools". The
42 path to the directory where the cross
184 # check if a directory exists or not
525 # get cwd and the source directory
531 # determine output directory
713 echo "Non-existent directory $HAIKU_PORTS" >&2
717 echo "Non-existent directory $HAIKU_PORTS_CROSS" >&2
902 # create output directory
1197 # Generate a Jamfile in the output directory.
/haiku/src/apps/bootmanager/
H A DBootManagerController.cpp50 // create directory
53 BDirectory directory; local
54 directory.CreateDirectory(parent.Path(), NULL);
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp233 BDirectory directory(PTP_INTERFACE_SETTINGS_PATH);
234 return directory.FindEntry(Name(), entry, true);
/haiku/src/kits/debugger/debug_info/
H A DDwarfStackFrameDebugInfo.cpp261 const char* directory; local
263 directory, file, line, column);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.h158 status_t _ReadRemoteDir(ShareDir* directory,
188 status_t _LoadEntry(ShareDir* directory,
/haiku/src/apps/serialconnect/
H A DSerialApp.cpp154 if (message->FindRef("directory", &parent) == B_OK
157 BDirectory directory(&parent);
158 fLogFile = new BFile(&directory, filename,
/haiku/src/build/libbe/storage/
H A DNode.cpp524 it will be reckoned off the directory identified by \a fd, otherwise off
525 the current working directory.
533 \param fd Either a directory FD or a value < 0. In the latter case \a path
536 relative to the directory specified by \a fd (if given) or to the
537 current working directory.
587 fFd = _kern_open_entry_ref(ref->device, ref->directory, ref->name,
591 fFd = _kern_open_entry_ref(ref->device, ref->directory, ref->name,
625 (if necessary) opens the attribute directory on the node's file
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp387 // read attributes out of the attribute directory
1102 BDirectory directory; local
1103 if ((status = entry.GetParent(&directory)) < B_OK)
1106 status = directory.CreateDirectory(path.Leaf(), NULL);
1110 if ((status = directory.SetTo(&entry)) < B_OK)
1113 return CopyAttributesTo(&directory);
1366 BDirectory directory; local
1367 if ((status = entry.GetParent(&directory)) < B_OK)
1375 status = directory.CreateSymLink(path.Leaf(),to,&link);
/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp75 if (lastRef.directory != ref.directory) {

Completed in 615 milliseconds

1234567891011>>