Searched refs:entry (Results 301 - 325 of 922) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DFDManager.h29 static status_t SetEntry(BEntry* entry, const entry_ref* ref);
30 static status_t SetEntry(BEntry* entry, const char* path);
/haiku/src/apps/soundrecorder/
H A DSoundListView.cpp66 const BEntry & entry,
69 fEntry(entry),
65 SoundListItem( const BEntry & entry, bool isTemp) argument
/haiku/src/build/libbe/storage/
H A DFile.cpp69 \param entry the BEntry referring to the file
73 BFile::BFile(const BEntry *entry, uint32 openMode) argument
78 SetTo(entry, openMode);
182 \param entry the BEntry referring to the file
186 - \c B_BAD_VALUE: \c NULL \a entry or bad \a openMode.
199 BFile::SetTo(const BEntry *entry, uint32 openMode) argument
203 if (!entry)
205 if (entry->InitCheck() != B_OK)
206 return (fCStatus = entry->InitCheck());
208 int fd = _kern_open(entry
[all...]
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingStructures32Bit.cpp125 page_directory_entry entry)
131 info->pgdir_virt[index] = entry;
124 UpdateAllPageDirs(int index, page_directory_entry entry) argument
/haiku/src/kits/storage/mime/
H A DDatabaseDirectory.cpp68 DatabaseDirectory::_IsValidMimeTypeEntry(const entry_ref& entry) argument
73 return node.SetTo(&entry) == B_OK
/haiku/src/apps/packageinstaller/
H A DInstalledPackageInfo.cpp212 BEntry entry; local
218 ret = entry.SetTo(iter->String());
220 // The entry's directory is locked - wait a few cycles for it to
224 ret = entry.SetTo(iter->String());
239 if (entry.Exists() && entry.Remove() != B_OK) {
246 if (entry.SetTo(fPathToInfo.Path()) != B_OK) {
250 if (entry.Exists() && entry.Remove() != B_OK) {
/haiku/src/kits/storage/
H A DFile.cpp54 BFile::BFile(const BEntry* entry, uint32 openMode) argument
58 SetTo(entry, openMode);
127 BFile::SetTo(const BEntry* entry, uint32 openMode) argument
131 if (!entry)
133 if (entry->InitCheck() != B_OK)
134 return (fCStatus = entry->InitCheck());
138 int fd = _kern_open(entry->fDirFd, entry->fName, openMode | O_CLOEXEC,
/haiku/src/apps/midiplayer/
H A DMidiPlayerApp.cpp115 BEntry entry(argv[1]);
117 entry.GetRef(&ref);
/haiku/src/apps/text_search/
H A DGrepListView.cpp14 BEntry entry(&ref);
15 BPath path(&entry);
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp144 BEntry entry(item->Text());
146 entry.GetParent(&parent);
178 BEntry entry; local
181 while (directory.GetNextEntry(&entry) == B_OK) {
182 BNode node(&entry);
190 fullPath.Append(entry.Name());
278 BEntry entry(paths.StringAt(i));
280 entry.GetNodeRef(&nref);
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingStructures460.cpp132 page_table_entry_group entry)
139 info->pgdir_virt[index] = entry;
131 UpdateAllPageDirs(int index, page_table_entry_group entry) argument
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingStructuresClassic.cpp132 page_table_entry_group entry)
139 info->pgdir_virt[index] = entry;
131 UpdateAllPageDirs(int index, page_table_entry_group entry) argument
/haiku/src/tools/locale/
H A DPlainTextCatalog.cpp278 CatMap::Entry entry; local
284 entry = iter.Next();
285 original = entry.key.fString;
286 comment = entry.key.fComment;
287 translated = entry.value;
295 << entry.key.fContext.String() << "\t"
324 BEntry entry(path);
325 BFile node(&entry, B_READ_WRITE);
/haiku/src/kits/tracker/
H A DFSUndoRedo.h52 void UpdateEntry(BEntry* entry, const char* destName);
75 RenameUndo(BEntry &entry, const char* newName);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DEntry.h45 // entry iterator management
70 inline Link *operator()(Entry *entry) const
72 return entry->GetReferrerLink();
H A DQuery.h41 status_t GetNextEntry(struct dirent* entry, size_t size);
43 void LiveUpdate(Entry* entry, Node* node,
/haiku/headers/private/print/
H A DFolderWatcher.h46 // entry created or moved into folder
47 virtual void EntryCreated(node_ref* node, entry_ref* entry) {}; argument
48 // entry removed from folder (or moved to another folder)
50 // attribute of an entry has changed
65 bool BuildEntryRef(BMessage* msg, const char* dirName, entry_ref* entry);
/haiku/src/kits/package/
H A DFetchUtils.cpp28 BEntry entry(path, true);
29 BNode node(&entry);
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingStructures32Bit.cpp125 page_directory_entry entry)
131 info->pgdir_virt[index] = entry;
124 UpdateAllPageDirs(int index, page_directory_entry entry) argument
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DSettings.cpp62 // load the driver settings and find the entry for the volume
82 // load the driver settings and find the entry for the volume
135 const char *entry = NULL; local
137 entry = fHiddenEntries.ItemAt(index).GetString();
138 return entry;
151 for (int32 i = 0; const char *entry = HiddenEntryAt(i); i++)
152 PRINT((" `%s'\n", entry));
186 PRINT((" hidden entry: `%s'\n", parameter->values[i]));
194 PRINT((" checking hidden entry names...'\n"));
196 String &entry local
[all...]
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortDirectory.h46 // name of directory entry
59 uint8 GetFileType(ShortFormEntry* entry);
62 xfs_ino_t GetEntryIno(ShortFormEntry* entry);
/haiku/src/kits/debugger/dwarf/
H A DBaseUnit.h65 status_t AddDebugInfoEntry(DebugInfoEntry* entry,
68 void GetEntryAt(int index, DebugInfoEntry*& entry,
H A DTypeUnit.h37 void SetUnitEntry(DIETypeUnit* entry);
40 void SetTypeEntry(DebugInfoEntry* entry);
/haiku/src/apps/haikudepot/server/
H A DPopulatePkgSizesProcess.cpp97 BEntry entry(path.Path());
99 if (entry.GetStat(&s) == B_OK)
/haiku/headers/private/kernel/util/
H A DVectorMap.h48 references to the entry's key/value. This allows EntryStrategy::Entry
146 VectorMapEntry(Parent *parent, Entry *entry) argument
147 : fParent(parent), fEntry(entry) {}
285 If there is already a value associated with the key, the old entry
364 /*! \brief Removes the entry with the supplied key.
367 contained an entry with that key, \c 0 otherwise.
382 /*! \brief Removes the entry at the given position.
383 \param iterator An iterator referring to the entry to be removed.
384 \return An iterator referring to the entry succeeding the removed
397 /*! \brief Returns the number of entry th
[all...]

Completed in 197 milliseconds

<<11121314151617181920>>