Home | History | Annotate | Download | only in Common

Lines Matching defs:parentType

563     UInt32 parentType = 0;

564 RINOK(GetRawProps->GetParent(curIndex, &curParent, &parentType));
569 prevWasAltStream = (parentType == NParentType::kAltStream);
615 UInt32 parentType = 0;
616 if (GetRawProps->GetParent(index2, &parent, &parentType) != S_OK)
641 UInt32 parentType = 0;
642 if (GetRawProps->GetParent(index2, &parent, &parentType) != S_OK)
653 sz[(pos + size2 - 2) / 2] = (parentType == 0) ? WCHAR_PATH_SEPARATOR : L':';