Home
last modified time | relevance | path

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

/aosp12/system/incremental_delivery/incfs/include/
H A Dincfs_ndk.h269 IncFsErrorCode IncFs_WriteBlocks(const IncFsDataBlock blocks[], size_t blocksCount);
H A Dincfs_inline.h296 return IncFs_WriteBlocks(blocks.data(), blocks.size()); in writeBlocks()
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp1328 IncFsErrorCode IncFs_WriteBlocks(const IncFsDataBlock blocks[], size_t blocksCount) { in IncFs_WriteBlocks() function