Home
last modified time | relevance | path

Searched refs:str1 (Results 1 – 4 of 4) sorted by relevance

/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c122 const char str1[sizeof(STR_INTERFACE)]; member
/tools/usb/
Dffs-test.c266 const char str1[sizeof STR_INTERFACE_]; member
281 #define STR_INTERFACE strings.lang0.str1
/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c126 const char str1[sizeof(STR_INTERFACE)]; member
/tools/lib/traceevent/
Dparse-filter.c2386 char *str1, *str2; in pevent_filter_compare() local
2416 str1 = arg_to_str(filter1, filter_type1->filter); in pevent_filter_compare()
2418 if (str1 && str2) in pevent_filter_compare()
2419 result = strcmp(str1, str2) != 0; in pevent_filter_compare()
2424 free(str1); in pevent_filter_compare()