OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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