Searched refs:FindInBlock (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/ |
H A D | meta_file_clouddisk_mock.cpp | 420 static HmdfsDentry *FindInBlock(HmdfsDentryGroup &dentryBlk, uint32_t namehash, const std::string &… in FindInBlock() function 468 de = FindInBlock(*dentryBlk, ctx->hash, ctx->name); in InLevel()
|
/ohos5.0/foundation/filemanagement/dfs_service/utils/dentry/src/ |
H A D | meta_file.cpp | 405 static HmdfsDentry *FindInBlock(HmdfsDentryGroup &dentryBlk, uint32_t namehash, const std::string &… in FindInBlock() function 453 de = FindInBlock(*dentryBlk, ctx->hash, ctx->name); in InLevel()
|
H A D | meta_file_clouddisk.cpp | 411 static HmdfsDentry *FindInBlock(HmdfsDentryGroup &dentryBlk, uint32_t namehash, const std::string &… in FindInBlock() function 459 de = FindInBlock(*dentryBlk, ctx->hash, ctx->name); in InLevel()
|