Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/include/
Dincfs_ndk.h276 IncFsErrorCode IncFs_GetFileBlockCountByPath(const IncFsControl* control, const char* path,
Dincfs_inline.h432 auto res = IncFs_GetFileBlockCountByPath(control, details::c_str(path), &counts); in getBlockCount()
/system/incremental_delivery/incfs/tests/
Dincfs_test.cpp1040 IncFs_GetFileBlockCountByPath(control_, mountPath(test_file_name_).c_str(), &counts)); in TEST_F()
1065 IncFs_GetFileBlockCountByPath(control_, mountPath(test_file_name_).c_str(), &counts)); in TEST_F()
1089 IncFs_GetFileBlockCountByPath(control_, mountPath(test_file_name_).c_str(), &counts)); in TEST_F()
1098 IncFs_GetFileBlockCountByPath(control_, mountPath(test_file_name_).c_str(), &counts)); in TEST_F()
/system/incremental_delivery/incfs/
Dincfs.cpp1803 IncFsErrorCode IncFs_GetFileBlockCountByPath(const IncFsControl* control, const char* path, in IncFs_GetFileBlockCountByPath() function