Home
last modified time | relevance | path

Searched refs:is_text (Results 1 – 3 of 3) sorted by relevance

/system/libziparchive/include/ziparchive/
Dzip_archive.h89 bool is_text; member
/system/libziparchive/
Dziptool.cpp378 entry.uncompressed_length, entry.is_text ? 't' : 'b', in InfoOne()
Dzip_archive.cc922 data->is_text = (cdr->internal_file_attributes & 1); in FindEntry()