Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/tests/
H A Dtest_chain.rs163 let cd_ptr = cd.as_ptr(); in chain_get_bytes() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/tests/
Dtest_chain.rs163 let cd_ptr = cd.as_ptr(); in chain_get_bytes() localVariable
/aosp_15_r20/system/libziparchive/
H A Dzip_archive.cc551 const uint8_t* const cd_ptr = archive->central_directory.GetBasePtr(); in ParseZipArchive() local