Home
last modified time | relevance | path

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

12345678910

/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/extras/simpleperf/scripts/test/
Dapi_profiler_test.py20 from simpleperf_utils import log_info, remove
47 remove('simpleperf_data')
54 remove('report.txt')
Dapp_test.py22 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")
Dcpp_app_test.py19 from simpleperf_utils import remove
106 remove("annotated_files")
137 remove("annotated_files")
Dbinary_cache_builder_test.py24 from simpleperf_utils import ReadElf, remove, ToolFinder
34 remove(symfs_dir)
45 remove(target_file)
Dkotlin_app_test.py19 from simpleperf_utils import remove
118 remove("annotated_files")
Dapp_profiler_test.py20 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/
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/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/security/keystore2/aidl/android/security/legacykeystore/
DILegacyKeystore.aidl88 void remove(in String alias, int uid); in remove() method
/system/tools/hidl/build/
Dutils.go35 func remove(str string, strs []string) []string { func
/system/core/diagnose_usb/
DAndroid.bp12 // TODO(b/151398197) remove the below
/system/extras/simpleperf/scripts/
Dapi_profiler.py36 from simpleperf_utils import AdbHelper, get_target_binary_path, log_exit, log_info, remove
91 remove(zip_file_path)
/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/security/keystore2/legacykeystore/
Dlib.rs141 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/
Dclean_up.cc42 std::filesystem::remove(file_path.c_str()); in CleanUpFilesForActivity()
53 std::filesystem::remove(file_path.c_str()); in CleanUpFilesForActivity()
/system/netd/server/
DUidRanges.h44 void remove(const UidRanges& other);
/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/libhidl/transport/base/1.0/
DAndroid.bp15 // TODO(b/153609531): remove when no longer needed.
/system/libhidl/transport/allocator/1.0/
DAndroid.bp15 // TODO(b/153609531): remove when no longer needed.
/system/libhidl/transport/memory/token/1.0/
DAndroid.bp15 // TODO(b/153609531): remove when no longer needed.
/system/libhidl/minijail/
DAndroid.bp1 // TODO(b/110363419): remove or make failures harder

12345678910