Searched refs:storage_size (Results 1 – 4 of 4) sorted by relevance
284 final int storage_size = storage.size(); in insertAtRandomPlace() local286 if (storage_size == 0) { in insertAtRandomPlace()288 } else if (storage_size == maxSize) { in insertAtRandomPlace()294 int insertAt = sRandom.nextInt(storage_size); in insertAtRandomPlace()
122 storage_size: Option<u64>, field
111 config.microdroid.storage_size.unwrap_or(10 * 1024 * 1024), in command_run_app()
277 return String.format(getContext().getString(R.string.storage_size), in getSizeString()