HomeSort by relevance Sort by last modified time
    Searched refs:partition_size (Results 1 - 6 of 6) sorted by null

  /external/qemu/android/
cmdline-options.h 73 CFG_PARAM( partition_size, "<size>", "system/data partition size in MBs" )
main.c 522 if (opts->partition_size) {
524 long sizeMB = strtol(opts->partition_size, &end, 0);
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodframe.c 785 unsigned int partition_size = 0; local
795 partition_size = read_partition_size(pbi, partition_size_ptr);
797 partition_size = (unsigned int)bytes_left;
803 partition_size = (unsigned int)bytes_left;
809 if (!read_is_valid(fragment_start, partition_size, fragment_end))
812 partition_size = (unsigned int)bytes_left;
818 return partition_size;
866 ptrdiff_t partition_size = read_available_partition_size( local
874 pbi->fragments.sizes[fragment_idx] = (unsigned int)partition_size;
875 fragment_size -= (unsigned int)partition_size;
    [all...]
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_linux.cc 100 const std::string partition_size = udev_device_get_sysattr_value( local
107 !partition_size.empty());
110 if (!base::StringToUint64(partition_size, &total_size_in_bytes))
  /system/core/fastboot/
engine.c 105 long long partition_size; member in struct:image_data
133 * image->partition_size specifies what is the size of the
290 make_ext4fs_sparse_fd(fd, image->partition_size, NULL, NULL);
353 image.partition_size = strtoll(response, (char **)NULL, 16);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c     [all...]

Completed in 152 milliseconds