Home
last modified time | relevance | path

Searched refs:start_block_ptr (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/incremental_delivery/incfs/util/
H A Dmap_ptr.cpp60 static data_block_index_t get_block_index(const uint8_t* ptr, const uint8_t* start_block_ptr) { in get_block_index() argument
61 return (ptr - start_block_ptr) / INCFS_DATA_FILE_BLOCK_SIZE; in get_block_index()