Searched refs:data_binary_value (Results 1 – 5 of 5) sorted by relevance
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()
151 res_entry.data_string_value, res_entry.data_binary_value}; in Build()183 } else if (value.second.data_binary_value.has_value()) { in Build()186 if (fstat(value.second.data_binary_value->get(), &s) == -1) { in Build()194 binary_files.emplace_back(value.second.data_binary_value->get()); in Build()
45 std::optional<android::base::borrowed_fd> data_binary_value; member
66 std::optional<android::base::borrowed_fd> data_binary_value; member
1872 std::optional<android::base::borrowed_fd> data_binary_value; member