Searched refs:GenerateDentryRecursively (Results 1 – 1 of 1) sorted by relevance
1672 static int32_t GenerateDentryRecursively(RdbStore &store, const string &parentCloudId) in GenerateDentryRecursively() function1717 if (info.IsDirectory) {RETURN_ON_ERR(GenerateDentryRecursively(store, info.cloudId));} in GenerateDentryRecursively()1782 ret = GenerateDentryRecursively(store, ROOT_CLOUD_ID); in VersionAddCheckFlag()