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

  /system/vold/
MetadataCrypt.cpp 174 size_t paramix = io->data_start + sizeof(struct dm_target_spec); local
175 size_t nullix = paramix + crypt_params.size();
189 memcpy(buffer + paramix, crypt_params.data(),
190 std::min(crypt_params.size(), sizeof(buffer) - paramix));

Completed in 68 milliseconds