Home
last modified time | relevance | path

Searched defs:in_blob (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/system/security/keystore2/aidl/android.security.legacykeystore-ndk-source/gen/android/security/legacykeystore/
DILegacyKeystore.cpp50 std::vector<uint8_t> in_blob; in _aidl_android_security_legacykeystore_ILegacyKeystore_onTransact() local
162 …cyKeystore::put(const std::string& in_alias, int32_t in_uid, const std::vector<uint8_t>& in_blob) { in put()
/aosp_15_r20/out/soong/.intermediates/system/security/keystore2/aidl/android.security.legacykeystore-ndk-source/gen/include/aidl/android/security/legacykeystore/
DBnLegacyKeystore.h42 …edAStatus put(const std::string& in_alias, int32_t in_uid, const std::vector<uint8_t>& in_blob) ov… in put()
/aosp_15_r20/external/libchrome/base/
H A Dvalues.cc157 Value::Value(const BlobStorage& in_blob) in Value()
160 Value::Value(BlobStorage&& in_blob) noexcept in Value()