Lines Matching refs:str1
217 prop_string_t str1, str2, str3;
220 str1 = prop_dictionary_get(device_properties(dev),
222 if (str1 == NULL)
226 str1);
232 str1);
238 prop_string_equals_cstring(str1, "")))
240 if (!prop_string_equals_cstring(str1, "/"))
241 prop_string_append(str3, str1);
245 prop_string_cstring_nocopy(str1),
261 prop_string_t str1;
295 str1 = prop_dictionary_get(device_properties(d),
297 if (str1 == NULL)
300 "prep-fw-path", str1);