HomeSort by relevance Sort by last modified time
    Searched full:str_property (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/device/hid/
hid_service_linux.cc 93 const char* str_property = NULL; local
118 str_property = udev_device_get_property_value(parent, kHIDUnique);
119 if (str_property != NULL)
120 device_info->serial_number = str_property;
122 str_property = udev_device_get_property_value(parent, kHIDName);
123 if (str_property != NULL)
124 device_info->product_name = str_property;
  /external/lldb/test/lang/objc/foundation/
main.m 11 @property(retain) NSString * str_property;
19 @synthesize str_property = str;

Completed in 683 milliseconds