Searched refs:is_removable (Results 1 – 3 of 3) sorted by relevance
38 StorageInfo::Type GetDeviceType(bool is_removable, bool has_dcim) {39 if (!is_removable)94 bool is_removable = is_removable_ref && CFBooleanGetValue(is_removable_ref);96 bool has_dcim = is_removable && MediaStorageUtil::HasDcim(location);97 StorageInfo::Type device_type = GetDeviceType(is_removable, has_dcim);
169 const bool is_removable = (value && atoi(value) == 1); in GetDeviceInfo() local172 if (is_removable) { in GetDeviceInfo()
318 metadata.is_removable = StorageInfo::IsRemovableDevice(gallery.device_id); in OnGetGalleries()