Searched refs:remove (Results 1 - 25 of 36) sorted by path

12

/system/bt/btif/src/
H A Dbtif_config.c505 // We remove these now and cache them in memory instead.
582 remove(CONFIG_FILE_PATH);
583 remove(CONFIG_BACKUP_PATH);
/system/bt/stack/avdt/
H A Davdt_int.h498 BOOLEAN remove; /* whether CB is marked for removal */ member in struct:__anon845
H A Davdt_scb_act.c1035 if (p_scb->remove)
1847 p_scb->remove = TRUE;
/system/ca-certificates/google/
H A Dextract_from_pem.py72 os.remove(os.path.join(args.output_dir, existing_file))
/system/core/adb/
H A Dfdevent.cpp161 g_pending_list.remove(fde);
204 g_pending_list.remove(fde);
H A Dtest_device.py514 os.remove(tf.name)
674 os.remove(tmp.name)
794 os.remove(tmp_write.name)
1066 os.remove(tf.name)
1077 os.remove(tf.name)
H A Dtransport.cpp500 /* IMPORTANT: the remove closes one half of the
507 transport_list.remove(t);
558 pending_list.remove(t);
828 disconnects_.remove(disconnect);
H A Dusb_linux.cpp492 g_usb_handles.remove(h);
506 // device is open, we can add to the list here once we open it and remove
/system/core/fingerprintd/
H A DFingerprintDaemonProxy.cpp166 int32_t FingerprintDaemonProxy::remove(int32_t fingerId, int32_t groupId) { function in class:android::FingerprintDaemonProxy
167 ALOG(LOG_VERBOSE, LOG_TAG, "remove(fid=%d, gid=%d)\n", fingerId, groupId);
168 return mDevice->remove(mDevice, groupId, fingerId);
233 // Sanity check - remove
H A DFingerprintDaemonProxy.h42 virtual int32_t remove(int32_t fingerId, int32_t groupId);
H A DIFingerprintDaemon.cpp123 const int32_t ret = remove(fingerId, groupId);
H A DIFingerprintDaemon.h63 virtual int32_t remove(int32_t fingerId, int32_t groupId) = 0;
/system/core/gatekeeperd/
H A Dgatekeeperd.cpp125 if (remove(filename) < 0) {
126 ALOGE("%s: could not remove file [%s], attempting 0 write", __func__, strerror(errno));
/system/core/include/utils/
H A DKeyedVector.h90 * remove items
183 mVector.remove(pair);
198 return mVector.remove(key_value_pair_t<KEY,VALUE>(key));
H A DLruCache.h51 bool remove(const TKey& key);
197 bool LruCache<TKey, TValue>::remove(const TKey& key) { function in class:android::LruCache
215 return remove(mOldest->key);
H A DSortedVector.h119 ssize_t remove(const TYPE&);
121 //! remove several items
123 //! remove one item
231 ssize_t SortedVector<TYPE>::remove(const TYPE& item) { function in class:android::SortedVector
232 return SortedVectorImpl::remove(&item);
H A DString16.h101 status_t remove(size_t len, size_t begin=0);
H A DVectorImpl.h86 /*! remove items */
154 ssize_t remove(const void* item);
/system/core/libbacktrace/
H A Dbacktrace_test.cpp1132 expected_functions.remove(found_function);
/system/core/libmemunreachable/
H A DAllocator.cpp356 chunk->node_.remove();
361 chunk->node_.remove();
440 chunk->node_.remove();
H A DLinkedList.h35 void remove() { function in class:LinkedList
/system/core/libutils/
H A DString16.cpp396 status_t String16::remove(size_t len, size_t begin) function in class:android::String16
H A DVectorImpl.cpp285 "[%p] remove: index=%d, count=%d, size=%d",
669 ssize_t SortedVectorImpl::remove(const void* item)
/system/core/libutils/tests/
H A DLruCache_test.cpp382 cache.remove(1);
398 cache.remove(2);
414 cache.remove(3);
430 cache.remove(7);
/system/extras/perfprofd/
H A Dperfprofdcore.cc627 remove(file_path.c_str());
641 // * Update /data/misc/perfprofd/perfprofd_produced.txt to remove the sequence
658 if (remove(android::base::StringPrintf(
730 if (unlink(data_file_path.c_str())) { // then try to remove

Completed in 398 milliseconds

12