Searched refs:remove (Results 26 - 50 of 74) sorted by relevance

123

/haiku/src/tests/add-ons/kernel/file_systems/fragmenter/
H A Dfragmenter.cpp128 || !create_file(i, ".remove", buffer, fileSize))
147 snprintf(name, sizeof(name), "fragments/%06d.remove", i);
149 if (remove(name) != 0) {
150 fprintf(stderr, "%s: Could not remove file %d: %s\n",
/haiku/src/tests/kits/storage/
H A DBasicTest.h99 void remove(string name) function in class:TestSet
/haiku/src/apps/processcontroller/
H A DPCWorld.cpp128 remove(shelfPath.Path());
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.h166 // remove tip matching the given rect's upper-left corner or
171 status_t remove(
230 // remove tip matching the given rect's upper-left corner or
235 status_t remove(
H A DTipManagerImpl.cpp134 // remove matching tip if any, then add the new one:
151 // remove tip matching the given rect's upper-left corner or
154 status_t _ViewEntry::remove( function in class:_ViewEntry
191 // remove matching entries:
207 // "### _ViewEntry::remove(): WILDCARD MODE\n"));
220 // [27oct99 e.moon] remove all child views
232 // remove the view entry if possible
409 // remove tip matching the given rect's upper-left corner or
414 status_t _WindowEntry::remove( function in class:_WindowEntry
433 status_t ret = (*it)->remove(vie
[all...]
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme.c46 bool remove)
54 if (remove)
230 * If it is, remove it from the list.
45 nvme_ctrlr_get(struct nvme_ctrlr *ctrlr, bool remove) argument
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dheap.cpp287 sb->remove();
313 sb->remove();
370 sb->remove();
H A Dheap.h510 sb->remove();
/haiku/headers/private/net/
H A Dnet_buffer.h63 status_t (*remove)(net_buffer* buffer, uint32 offset, member in struct:net_buffer_module_info
/haiku/src/bin/rc/
H A Dcompile.cpp142 mem_list.remove(ptr);
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdio_private.h100 libc_hidden_proto (remove)
/haiku/src/servers/syslog_daemon/
H A Dsyslog_output.cpp77 remove(oldlog.Path());
80 // ToDo: just remove old file if space on device is tight?
/haiku/src/servers/app/
H A DDelayedMessage.cpp815 BObjectList<ScheduledMessage> remove; local
831 remove.AddItem(message);
834 // remove serviced messages
835 for (int32 index = 0; index < remove.CountItems(); ++index)
836 fMessages.RemoveItem(remove.ItemAt(index));
/haiku/src/kits/tracker/
H A DFSClipboard.cpp433 // The entry doesn't exist anymore, so we'll remove
551 bool remove = false; local
573 remove = true;
580 remove = true;
591 if (remove)
824 // remove: stop watching node_ref
/haiku/src/apps/haikudepot/edits_generic/
H A DEditManager.cpp177 fListeners.erase(std::remove(fListeners.begin(), fListeners.end(),
193 // or remove this and the previous edit if
/haiku/src/apps/haikudepot/model/
H A DPackageScreenshotRepository.cpp71 if (remove(temporaryFilePathStr) != 0)
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerVolume.cpp64 // remove shares, that are no longer there
76 bool remove = (!serverInfo->GetShareInfo(name)); local
79 if (remove) {
/haiku/headers/private/storage/mime/
H A DDatabase.h148 const char* type, bool remove = false);
/haiku/3rdparty/kallisti5/
H A Dconfigure.py101 buildConfig.remove({"key": key, "value": value})
/haiku/headers/posix/
H A Dstdio.h92 extern int remove(const char *name);
/haiku/src/system/libroot/add-ons/icu/
H A DICUCollateData.cpp232 out.remove();
/haiku/src/tools/fs_shell/
H A Dvfs.cpp88 uint32_t remove : 1; member in struct:FSShell::vnode
640 if (!vnode->remove && HAS_FS_CALL(vnode, fsync))
644 if (vnode->remove)
651 // make it available again (and remove the busy vnode from the hash)
692 if (vnode->remove) {
2055 bool remove = false; local
2069 vnode->remove = true;
2073 remove = true;
2078 if (remove) {
2097 vnode->remove
2801 bool remove = false; local
[all...]
H A Dblock_cache.cpp191 /*! From the specified \a notification, it will remove the lowest pending
227 // remove the notification if this was the last pending event
322 bool remove = (isClosing && !is_written_event(listener->events)) local
324 if (remove)
328 add_notification(cache, listener, event, remove);
329 else if (remove)
599 TRACE(("block_cache: remove up to %ld unused blocks\n", count));
606 TRACE((" remove block %lld, accessed %ld times\n",
613 // remove block from lists
755 //TRACE(("remove bloc
[all...]
/haiku/src/apps/haikudepot/textview/
H A DTextDocument.cpp488 fTextListeners.erase(std::remove(fTextListeners.begin(), fTextListeners.end(),
512 fUndoListeners.erase(std::remove(fUndoListeners.begin(), fUndoListeners.end(),
730 // paragraph to remove is reached, and the remaining spans are
/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.cpp428 if (0 == remove(currentFilePath.Path()))

Completed in 162 milliseconds

123