Searched refs:delete (Results 1 – 12 of 12) sorted by relevance
/trusty/user/app/avb/ |
D | secure_storage_interface.h | 32 SecureStorageInterface(const SecureStorageInterface&) = delete; 33 SecureStorageInterface& operator=(const SecureStorageInterface&) = delete;
|
/trusty/user/app/secretkeeper/ |
D | store.rs | 99 fn delete(&mut self, key: &[u8]) -> Result<(), Error> { in delete() method 149 store.delete(KEY1).unwrap(); in test_secretkeeper_store() 150 store.delete(KEY2).unwrap(); in test_secretkeeper_store() 164 store.delete(KEY1).unwrap(); in test_secretkeeper_store() 167 store.delete(KEY2).unwrap(); in test_secretkeeper_store() 172 store.delete(KEY1).unwrap(); in test_secretkeeper_store() 173 store.delete(KEY2).unwrap(); in test_secretkeeper_store()
|
/trusty/kernel/lib/libcxx-trusty/include/ |
D | __external_threading | 40 __libcpp_mutex_t(const __libcpp_mutex_t&) = delete; 41 __libcpp_mutex_t(__libcpp_mutex_t&&) = delete; 42 __libcpp_mutex_t& operator=(const __libcpp_mutex_t&) = delete; 43 __libcpp_mutex_t& operator=(__libcpp_mutex_t&&) = delete; 63 __libcpp_condvar_t(const __libcpp_condvar_t&) = delete; 64 __libcpp_condvar_t(__libcpp_condvar_t&&) = delete; 65 __libcpp_condvar_t& operator=(const __libcpp_condvar_t&) = delete; 66 __libcpp_condvar_t& operator=(__libcpp_condvar_t&&) = delete;
|
/trusty/kernel/lib/shared/ibinder/include/lib/shared/ibinder/ |
D | macros.h | 59 delete container; \ 74 delete container->parcel; \ 75 delete container; \
|
/trusty/user/base/lib/libstdc++-trusty/include/ |
D | UniquePtr.h | 33 void operator()(T* p) const { delete p; } in operator() 40 void operator()(T* p) const { delete[] p; } 180 delete rawC; 207 delete[] rawC;
|
/trusty/user/base/interface/boot_done/generated/include/ |
D | BnBootDone.h | 5 BnBootDone() = delete;
|
/trusty/user/app/confirmationui/src/ |
D | trusty_confirmation_ui.h | 74 TrustyConfirmationUI& operator=(const TrustyConfirmationUI&) = delete;
|
/trusty/user/base/experimental/lib/tidl/include/lib/tidl/android-base/ |
D | unique_fd.h | 68 unique_fd_impl(const unique_fd_impl&) = delete; 69 void operator=(const unique_fd_impl&) = delete; 102 bool operator!() const = delete;
|
/trusty/user/base/experimental/lib/tidl/include/lib/tidl/ |
D | tidl.h | 142 Payload(const Payload&) = delete; 143 Payload& operator=(const Payload&) = delete; 214 Service() = delete;
|
/trusty/user/app/storage/test/storage_host_test/ |
D | storage_host_test.c | 195 bool delete, in file_test_etc() argument 217 if (delete) { in file_test_etc() 237 bool delete, in file_test() argument 240 allocate, read, free, delete, id); in file_test()
|
/trusty/device/arm/generic-arm64/project/qemu/ |
D | qemu.py | 314 tmp = tempfile.NamedTemporaryFile(delete=False) # pylint: disable=consider-using-with 390 tmp = tempfile.NamedTemporaryFile(delete=False)
|
/trusty/user/app/storage/test/block_host_test/ |
D | block_test.c | 1292 bool delete, in file_test_etc() argument 1309 if (delete) { in file_test_etc() 1328 bool delete, in file_test() argument 1331 read, free, delete, id); in file_test() 1343 bool delete, in file_test_split_tr() argument 1390 if (delete) { in file_test_split_tr()
|