Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 195) sorted by relevance

12345678

/system/nfc/src/adaptation/
Dlibmain.cc181 if (remove(getFilenameForBlock(DH_NV_BLOCK).c_str())) { in delete_stack_non_volatile_store()
185 if (remove(getFilenameForBlock(HC_F2_NV_BLOCK).c_str())) { in delete_stack_non_volatile_store()
190 if (remove(getFilenameForBlock(HC_F3_NV_BLOCK).c_str())) { in delete_stack_non_volatile_store()
195 if (remove(getFilenameForBlock(HC_F4_NV_BLOCK).c_str())) { in delete_stack_non_volatile_store()
200 if (remove(getFilenameForBlock(HC_F5_NV_BLOCK).c_str())) { in delete_stack_non_volatile_store()
/system/bt/gd/storage/
Dlegacy_config_file_test.cc57 EXPECT_TRUE(std::filesystem::remove(temp_config)); in TEST()
94 EXPECT_TRUE(std::filesystem::remove(temp_config)); in TEST()
124 EXPECT_TRUE(std::filesystem::remove(temp_config)); in TEST()
184 EXPECT_TRUE(std::filesystem::remove(temp_config)); in TEST()
/system/bt/gd/os/linux_generic/
Dfiles_test.cc61 EXPECT_TRUE(std::filesystem::remove(temp_file)); in TEST()
73 EXPECT_TRUE(std::filesystem::remove(temp_file)); in TEST()
82 EXPECT_TRUE(std::filesystem::remove(temp_file)); in TEST()
/system/core/libutils/
DString16_fuzz.cpp84 str1.remove(len, begin); in __anon9568f35f0d02()
119 str_one_utf16.remove(0, str_one_utf16.size()); in LLVMFuzzerTestOneInput()
120 str_two_utf16.remove(0, str_two_utf16.size()); in LLVMFuzzerTestOneInput()
/system/chre/util/include/chre/util/
Dfixed_size_blocking_queue_impl.h77 bool FixedSizeBlockingQueue<ElementType, kSize>::remove(size_t index) { in remove() function
79 return mQueue.remove(index); in remove()
Dfixed_size_blocking_queue.h72 bool remove(size_t index);
/system/libhidl/transport/base/1.0/
DAndroid.bp6 // TODO(b/153609531): remove when no longer needed.
/system/core/diagnose_usb/
DAndroid.bp8 // TODO(b/151398197) remove the below
/system/libhidl/transport/allocator/1.0/
DAndroid.bp6 // TODO(b/153609531): remove when no longer needed.
/system/tools/hidl/build/
Dutils.go35 func remove(str string, strs []string) []string { func
/system/core/qemu_pipe/
DAndroid.bp9 // TODO(b/151398197) remove the below
/system/libhidl/transport/memory/token/1.0/
DAndroid.bp6 // TODO(b/153609531): remove when no longer needed.
/system/libhidl/transport/memory/1.0/
DAndroid.bp6 // TODO(b/153609531): remove when no longer needed.
/system/netd/server/
DUidRanges.h41 void remove(const UidRanges& other);
/system/timezone/
Ddownload-iana-files.py110 os.remove(local_iana_tar_file)
114 os.remove(local_signature_file)
/system/bt/test/suite/adapter/
Dbluetooth_test.cc52 remove("/data/misc/bluedroid/bt_config.conf.encrypted-checksum"); in SetUp()
53 remove("/data/misc/bluedroid/bt_config.bak.encrypted-checksum"); in SetUp()
/system/extras/simpleperf/scripts/
Dapi_profiler.py36 from utils import AdbHelper, get_target_binary_path, log_exit, log_info, remove
85 remove(zip_file_path)
Dtest.py60 from utils import is_elf_file, is_python3, is_windows, Objdump, ReadElf, remove, SourceFileSearcher
79 remove(self.log_file)
303 remove(cls.testcase_dir)
395 remove("binary_cache")
403 remove("binary_cache")
417 remove("annotated_files")
434 remove("pprof.profile")
441 remove("binary_cache")
450 remove("perf.data")
642 remove("annotated_files")
[all …]
/system/media/audio/
DAndroid.bp5 // TODO(b/153609531): remove when no longer needed.
/system/sepolicy/private/
Dvendor_init.te6 # TODO(b/140259336) We want to remove vendor_init in the long term but allow for now
Dmlstrustedsubject.te21 # TODO(b/141677108): See if we can remove any of these.
/system/media/camera/
DAndroid.bp6 // TODO(b/153609531): remove when no longer needed.
/system/sepolicy/prebuilts/api/30.0/private/
Dvendor_init.te6 # TODO(b/140259336) We want to remove vendor_init in the long term but allow for now
/system/sepolicy/prebuilts/api/29.0/private/
Dsystem_suspend.te13 # TODO(b/128923994): remove once all debugging info moves to SystemSuspend.
/system/chre/util/tests/
Dpriority_queue_test.cc137 EXPECT_DEATH(q.remove(0), ""); in TEST()
145 q.remove(0); in TEST()
150 q.remove(1); in TEST()

12345678