Searched refs:nodeLength (Results 1 – 1 of 1) sorted by relevance
17 static int32_t GetHcsTreeSize(const char *blob, int32_t nodeLength) in GetHcsTreeSize() argument19 return GenerateCfgTree(blob, nodeLength, NULL, NULL); in GetHcsTreeSize()24 int32_t nodeLength = HcsGetNodeLength(hcsBlob + offset); in HcsDecompile() local28 if (nodeLength < 0) { in HcsDecompile()33 treeMemLength = GetHcsTreeSize(hcsBlob + offset, nodeLength); in HcsDecompile()44 treeLayer = GenerateCfgTree(hcsBlob + offset, nodeLength, treeMem, root); in HcsDecompile()