Searched refs:remove (Results 1 - 25 of 74) sorted by relevance

123

/haiku/src/tests/add-ons/kernel/file_systems/bfs/rename/
H A Drename.c15 remove("__directory/1");
16 remove("__directory");
17 remove("__file");
40 remove("__directory/1");
43 // rename the file and try to remove the directory
48 remove("__directory");
49 remove("__file");
/haiku/src/system/libroot/posix/stdio/
H A Dremove.c16 remove(const char* path) function
/haiku/src/servers/launch/
H A DAbstractEmptyDirectoryJob.h24 bool remove) const;
H A DAbstractEmptyDirectoryJob.cpp43 bool remove) const
54 return remove ? directoryEntry.Remove() : B_OK;
/haiku/build/scripts/
H A Dbootstrap_client.py58 connections.remove(sys.stdin)
66 connections.remove(stdioConnection)
73 connections.remove(stderrConnection)
80 connections.remove(controlConnection)
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_signals.c25 static int set_one_signal_handler(int sig, void (*handler)(int), int remove) argument
31 sa.sa_handler = remove ? SIG_DFL : handler;
40 if (old_sa.sa_handler == (remove ? handler : SIG_DFL) &&
/haiku/src/kits/media/
H A DTimedEventQueuePrivate.cpp288 event_queue_entry *remove; local
303 remove = entry;
305 RemoveEntry(remove);
332 remove = entry;
334 RemoveEntry(remove);
361 remove = entry;
363 RemoveEntry(remove);
392 remove = entry;
394 RemoveEntry(remove);
421 event_queue_entry *remove; local
[all...]
/haiku/src/servers/media/
H A DNotificationManager.cpp147 bool remove; local
150 remove = true;
153 remove = true;
156 remove = true;
160 remove = true;
162 remove = false;
164 if (remove) {
/haiku/src/libs/alm/
H A DTab.cpp37 BALMLayoutList* Remove(BALMLayout* remove) argument
39 if (layout == remove) {
45 next = next->Remove(remove);
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingStructures040.cpp95 // remove from global list
128 #warning M68K: TODO: allocate all kernel pgdirs at boot and remove this (also dont remove them anymore from unmap)
/haiku/src/bin/
H A Dunchop.c75 remove(tmpfile);
162 remove(origfile);
/haiku/src/servers/registrar/
H A DRecentApps.cpp108 int32 remove = fAppList.size() - kMaxRecentApps; local
109 while (remove > 0) {
111 remove--;
H A DRecentEntries.cpp135 int32 remove = fEntryList.size() - kMaxRecentEntries; local
136 while (remove > 0) {
138 remove--;
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dsuperblock.h97 inline void remove(void);
256 superblock::remove(void) function in class:BPrivate::superblock
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DBufferQueue.cpp140 // check if we have duplicate data, and remove it if that is the case
176 net_buffer *remove = next; local
179 fList.Remove(remove);
180 fNumBytes -= remove->size;
181 gBufferModule->free(remove);
252 // remove this buffer completely
260 // remove the header as far as needed
340 buffer queue. If \a remove is \c true, the data is removed from the
344 BufferQueue::Get(size_t bytes, bool remove, net_buffer **_buffer) argument
359 if (!remove || buffe
[all...]
H A DBufferQueue.h33 status_t Get(size_t bytes, bool remove,
/haiku/src/apps/glteapot/
H A Dutil.h189 inline LispNode<contents>* remove () function in struct:LispList
196 inline void remove (LispNode<contents>* node) function in struct:LispList
268 remove(node);
376 void remove() function in struct:DoubleLinkedNode
/haiku/src/tests/apps/haikudepot/
H A DTarArchiveServiceTest.cpp85 if (remove(path.String()) != 0)
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointListView.cpp137 bool remove; local
139 // remove no longer existing breakpoints
141 remove = false;
152 remove = true;
166 remove = true;
171 if (remove) {
/haiku/headers/cpp/
H A Diostdio.h99 #define remove ??? __P((const char*))
H A Dalgo.h54 using __STD::remove;
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest.cpp81 printf("******* remove file %s *******\n", path);
82 remove(path);
97 printf("******* remove directory %s *******\n", path);
/haiku/src/tools/cppunit/cppunit/
H A DTestResult.cpp123 m_listeners.erase( remove( m_listeners.begin(),
/haiku/src/system/kernel/vm/
H A DVMAddressSpace.cpp309 bool remove = false; local
313 remove = true;
318 if (remove)
/haiku/src/apps/haikudepot/util/
H A DStorageUtils.cpp142 /* This method will traverse the directory structure and will remove all of the
172 if (remove(directoryEntryPath.Path()) == 0) {
235 if (remove(pathStr) == 0)
315 if (remove(path.Path()) == 0) {

Completed in 256 milliseconds

123