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

  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
removable_storage_provider_linux.cc 17 static uint64 get_int_attr(const char* attr){ function in namespace:extensions
69 if (partition && get_int_attr(partition)){
75 if (!removable || !get_int_attr(removable)) {
98 device->capacity = get_int_attr(udev_device_get_sysattr_value(dev, "size"))

Completed in 153 milliseconds