Home
last modified time | relevance | path

Searched refs:delete (Results 1 – 12 of 12) sorted by relevance

/trusty/user/app/avb/
Dsecure_storage_interface.h32 SecureStorageInterface(const SecureStorageInterface&) = delete;
33 SecureStorageInterface& operator=(const SecureStorageInterface&) = delete;
/trusty/user/app/secretkeeper/
Dstore.rs99 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_threading40 __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/
Dmacros.h59 delete container; \
74 delete container->parcel; \
75 delete container; \
/trusty/user/base/lib/libstdc++-trusty/include/
DUniquePtr.h33 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/
DBnBootDone.h5 BnBootDone() = delete;
/trusty/user/app/confirmationui/src/
Dtrusty_confirmation_ui.h74 TrustyConfirmationUI& operator=(const TrustyConfirmationUI&) = delete;
/trusty/user/base/experimental/lib/tidl/include/lib/tidl/android-base/
Dunique_fd.h68 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/
Dtidl.h142 Payload(const Payload&) = delete;
143 Payload& operator=(const Payload&) = delete;
214 Service() = delete;
/trusty/user/app/storage/test/storage_host_test/
Dstorage_host_test.c195 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/
Dqemu.py314 tmp = tempfile.NamedTemporaryFile(delete=False) # pylint: disable=consider-using-with
390 tmp = tempfile.NamedTemporaryFile(delete=False)
/trusty/user/app/storage/test/block_host_test/
Dblock_test.c1292 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()