HomeSort by relevance Sort by last modified time
    Searched defs:partition_name_len (Results 1 - 4 of 4) sorted by null

  /external/avb/libavb/
avb_chain_partition_descriptor.h 44 * Following this struct are |partition_name_len| bytes of the
54 uint32_t partition_name_len; member in struct:AvbChainPartitionDescriptor
avb_hash_descriptor.h 43 * Following this struct are |partition_name_len| bytes of the
54 uint32_t partition_name_len; member in struct:AvbHashDescriptor
avb_hashtree_descriptor.h 45 * Following this struct are |partition_name_len| bytes of the
64 uint32_t partition_name_len; member in struct:AvbHashtreeDescriptor
  /system/update_engine/common/
utils.cc 482 size_t partition_name_len = string::npos; local
494 partition_name_len = last_nondigit_pos - prev_nondigit_pos;
512 partition_name_len);
    [all...]

Completed in 70 milliseconds