OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetExt3Size
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/common/
utils.h
217
bool
GetExt3Size
(const uint8_t* buffer, size_t buffer_size,
utils.cc
760
if (
GetExt3Size
(buffer, kBufferSize, out_block_count, out_block_size))
767
bool
GetExt3Size
(const uint8_t* buffer, size_t buffer_size,
852
return
GetExt3Size
(header.data(), header.size(), nullptr, nullptr);
[
all
...]
Completed in 965 milliseconds