Home
last modified time | relevance | path

Searched refs:zip_source_filefd (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sandboxed-api/contrib/libzip/wrapper/
H A Dwrapper_zip.h24 void* zip_source_filefd(zip_t* archive, int fd, const char* flags,
H A Dwrapper_zip.cc26 void* zip_source_filefd(zip_t* archive, int fd, const char* mode, in zip_source_filefd() function
/aosp_15_r20/external/sandboxed-api/contrib/libzip/
H A DCMakeLists.txt66 zip_source_filefd
/aosp_15_r20/external/sandboxed-api/contrib/libzip/utils/
H A Dutils_zip.cc255 api_.zip_source_filefd(zip_.get(), rfd.GetRemoteFd(), in GetSource()