Searched refs:regex_to_not_compress (Results 1 – 2 of 2) sorted by relevance
73 Maybe<std::regex> regex_to_not_compress; member
284 Maybe<std::regex> regex_to_not_compress; member316 if (options.regex_to_not_compress in GetCompressionFlags()317 && std::regex_search(str.to_string(), options.regex_to_not_compress.value())) { in GetCompressionFlags()1692 file_flattener_options.regex_to_not_compress = options_.regex_to_not_compress; in WriteApk()2332 options_.regex_to_not_compress = GetRegularExpression(no_compress_regex.value()); in Action()