/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/extras/simpleperf/scripts/test/ |
D | api_profiler_test.py | 20 from simpleperf_utils import log_info, remove 47 remove('simpleperf_data') 54 remove('report.txt')
|
D | app_test.py | 22 from simpleperf_utils import remove 55 remove(cls.testcase_dir) 147 remove("binary_cache") 155 remove("binary_cache") 169 remove("annotated_files") 183 remove("pprof.profile") 190 remove("binary_cache") 199 remove("perf.data")
|
D | cpp_app_test.py | 19 from simpleperf_utils import remove 106 remove("annotated_files") 137 remove("annotated_files")
|
D | binary_cache_builder_test.py | 24 from simpleperf_utils import ReadElf, remove, ToolFinder 34 remove(symfs_dir) 45 remove(target_file)
|
D | kotlin_app_test.py | 19 from simpleperf_utils import remove 118 remove("annotated_files")
|
D | app_profiler_test.py | 20 from simpleperf_utils import str_to_bytes, bytes_to_str, remove 108 remove('build_id_list') 115 remove('build_id_list')
|
/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/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/security/keystore2/aidl/android/security/legacykeystore/ |
D | ILegacyKeystore.aidl | 88 void remove(in String alias, int uid); in remove() method
|
/system/tools/hidl/build/ |
D | utils.go | 35 func remove(str string, strs []string) []string { func
|
/system/core/diagnose_usb/ |
D | Android.bp | 12 // TODO(b/151398197) remove the below
|
/system/extras/simpleperf/scripts/ |
D | api_profiler.py | 36 from simpleperf_utils import AdbHelper, get_target_binary_path, log_exit, log_info, remove 91 remove(zip_file_path)
|
/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/security/keystore2/legacykeystore/ |
D | lib.rs | 141 fn remove(&mut self, caller_uid: u32, alias: &str) -> Result<bool> { in remove() method 335 fn remove(&self, alias: &str, uid: i32) -> Result<()> { in remove() method 342 db.remove(uid, alias).context("In remove: Trying to remove entry from DB.")?; in remove() 510 fn remove(&self, alias: &str, uid: i32) -> BinderResult<()> { in remove() method 512 map_or_log_err(self.legacy_keystore.remove(alias, uid), Ok) in remove() 561 assert!(db.remove(2, "test2").expect("Failed to remove entry.")); in test_entry_db() 669 db.remove(2, &alias).expect("Remove Failed (2)."); in concurrent_legacy_keystore_entry_test() 683 db.remove(1, &alias).expect("Remove Failed (1))."); in concurrent_legacy_keystore_entry_test() 699 db.remove(3, &TEST_ALIAS).expect("Remove failed (3)."); in concurrent_legacy_keystore_entry_test()
|
/system/iorap/src/db/ |
D | clean_up.cc | 42 std::filesystem::remove(file_path.c_str()); in CleanUpFilesForActivity() 53 std::filesystem::remove(file_path.c_str()); in CleanUpFilesForActivity()
|
/system/netd/server/ |
D | UidRanges.h | 44 void remove(const UidRanges& other);
|
/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/libhidl/transport/base/1.0/ |
D | Android.bp | 15 // TODO(b/153609531): remove when no longer needed.
|
/system/libhidl/transport/allocator/1.0/ |
D | Android.bp | 15 // TODO(b/153609531): remove when no longer needed.
|
/system/libhidl/transport/memory/token/1.0/ |
D | Android.bp | 15 // TODO(b/153609531): remove when no longer needed.
|
/system/libhidl/minijail/ |
D | Android.bp | 1 // TODO(b/110363419): remove or make failures harder
|