Home
last modified time | relevance | path

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

/aosp12/system/incremental_delivery/incfs/include/
H A Dincfs_ndk.h278 IncFsErrorCode IncFs_GetFileBlockCountById(const IncFsControl* control, IncFsFileId id,
H A Dincfs_inline.h420 auto res = IncFs_GetFileBlockCountById(control, fileId, &counts); in getBlockCount()
/aosp12/system/incremental_delivery/incfs/tests/
H A Dincfs_test.cpp1046 EXPECT_EQ(0, IncFs_GetFileBlockCountById(control_, id, &counts)); in TEST_F()
1071 EXPECT_EQ(0, IncFs_GetFileBlockCountById(control_, id, &counts)); in TEST_F()
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp1775 IncFsErrorCode IncFs_GetFileBlockCountById(const IncFsControl* control, IncFsFileId id, in IncFs_GetFileBlockCountById() function