Searched refs:data_binary_value (Results 1 – 5 of 5) sorted by relevance
45 std::optional<android::base::borrowed_fd> data_binary_value; member
72 std::optional<android::base::borrowed_fd> data_binary_value; member
53 if (entry_params.data_binary_value.has_value()) { in CreateFrroFile()54 builder.SetResourceValue(entry_params.resource_name, *entry_params.data_binary_value, in CreateFrroFile()
131 if (!base::ReadFullyAtOffset(value.data_binary_value->get(), file_contents.data(), in buildBinaryData()174 = new android::FileInputStream(value.data_binary_value.value()); in buildBinaryData()232 res_entry.data_string_value, res_entry.data_binary_value, in Build()266 } else if (value.second.data_binary_value.has_value()) { in Build()
1880 std::optional<android::base::borrowed_fd> data_binary_value; member