Searched defs:priv (Results 1 – 8 of 8) sorted by relevance
/aosp14/system/core/libsparse/ |
H A D | sparse.cpp | 169 int (*write)(void* priv, const void* data, size_t len), void* priv) { in sparse_file_callback() 187 void* priv; member 193 static int foreach_chunk_write(void* priv, const void* data, size_t len) { in foreach_chunk_write() 200 int (*write)(void* priv, const void* data, size_t len, in sparse_file_foreach_chunk() 230 static int out_counter_write(void* priv, const void* data __unused, size_t len) { in out_counter_write()
|
H A D | sparse_fuzzer.cpp | 5 int WriteCallback(void* priv __attribute__((__unused__)), const void* data, size_t len) { in WriteCallback()
|
H A D | output_file.cpp | 109 void* priv; member 708 struct output_file* output_file_open_callback(int (*write)(void*, const void*, size_t), void* priv, in output_file_open_callback() argument
|
/aosp14/frameworks/base/libs/securebox/tests/src/com/android/security/ |
H A D | SecureBoxTest.java | 367 BigInteger priv = new BigInteger(/*signum=*/ 1, keyBytes); in decodePrivateKey() local
|
/aosp14/system/core/fastboot/device/ |
H A D | flashing.cpp | 121 int WriteCallback(void* priv, const void* data, size_t len) { in WriteCallback()
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | ResourceUtils.cpp | 118 bool priv = false; in ParseResourceName() local 161 bool priv = false; in ParseReference() local
|
/aosp14/system/core/fastboot/ |
H A D | fastboot_driver.cpp | 280 auto cb = [](void* priv, const void* buf, size_t len) -> int { in Download()
|
/aosp14/system/core/fastboot/fuzzy_fastboot/ |
H A D | main.cpp | 149 auto cb = [](void* priv, const void* data, size_t len) { in SparseToBuf()
|