/system/nfc/src/adaptation/ |
D | libmain.cc | 181 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/ |
D | legacy_config_file_test.cc | 57 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/ |
D | files_test.cc | 61 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/ |
D | String16_fuzz.cpp | 84 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/ |
D | fixed_size_blocking_queue_impl.h | 77 bool FixedSizeBlockingQueue<ElementType, kSize>::remove(size_t index) { in remove() function 79 return mQueue.remove(index); in remove()
|
D | fixed_size_blocking_queue.h | 72 bool remove(size_t index);
|
/system/libhidl/transport/base/1.0/ |
D | Android.bp | 6 // TODO(b/153609531): remove when no longer needed.
|
/system/core/diagnose_usb/ |
D | Android.bp | 8 // TODO(b/151398197) remove the below
|
/system/libhidl/transport/allocator/1.0/ |
D | Android.bp | 6 // TODO(b/153609531): remove when no longer needed.
|
/system/tools/hidl/build/ |
D | utils.go | 35 func remove(str string, strs []string) []string { func
|
/system/core/qemu_pipe/ |
D | Android.bp | 9 // TODO(b/151398197) remove the below
|
/system/libhidl/transport/memory/token/1.0/ |
D | Android.bp | 6 // TODO(b/153609531): remove when no longer needed.
|
/system/libhidl/transport/memory/1.0/ |
D | Android.bp | 6 // TODO(b/153609531): remove when no longer needed.
|
/system/netd/server/ |
D | UidRanges.h | 41 void remove(const UidRanges& other);
|
/system/timezone/ |
D | download-iana-files.py | 110 os.remove(local_iana_tar_file) 114 os.remove(local_signature_file)
|
/system/bt/test/suite/adapter/ |
D | bluetooth_test.cc | 52 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/ |
D | api_profiler.py | 36 from utils import AdbHelper, get_target_binary_path, log_exit, log_info, remove 85 remove(zip_file_path)
|
D | test.py | 60 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/ |
D | Android.bp | 5 // TODO(b/153609531): remove when no longer needed.
|
/system/sepolicy/private/ |
D | vendor_init.te | 6 # TODO(b/140259336) We want to remove vendor_init in the long term but allow for now
|
D | mlstrustedsubject.te | 21 # TODO(b/141677108): See if we can remove any of these.
|
/system/media/camera/ |
D | Android.bp | 6 // TODO(b/153609531): remove when no longer needed.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | vendor_init.te | 6 # TODO(b/140259336) We want to remove vendor_init in the long term but allow for now
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | system_suspend.te | 13 # TODO(b/128923994): remove once all debugging info moves to SystemSuspend.
|
/system/chre/util/tests/ |
D | priority_queue_test.cc | 137 EXPECT_DEATH(q.remove(0), ""); in TEST() 145 q.remove(0); in TEST() 150 q.remove(1); in TEST()
|