Home
last modified time | relevance | path

Searched refs:DirIndex (Results 1 - 9 of 9) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp270 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex]; in GetRawProp()
383 if (up.DirIndex >= 0) in GetProperty()
385 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex]; in GetProperty()
398 const FString phyPath = DirItems->GetPhyPath((unsigned)up.DirIndex); in GetProperty()
436 prop = DirItems->GetLogPath((unsigned)up2.DirIndex); in GetProperty()
440 if (up.DirIndex >= 0) in GetProperty()
475 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex]; in GetProperty()
478 case kpidPath: prop = DirItems->GetLogPath((unsigned)up.DirIndex); break; in GetProperty()
569 else if (up.DirIndex >= 0) in GetStream2()
570 name = DirItems->GetLogPath((unsigned)up.DirIndex); in GetStream2()
[all...]
H A DUpdateProduce.h15 int DirIndex; member
30 bool ExistOnDisk() const { return DirIndex != -1; } in ExistOnDisk()
38 DirIndex(-1), in CUpdatePair2()
H A DUpdateProduce.cpp22 up2.DirIndex = pair.DirIndex; in UpdateProduce()
46 if (updatePairs[(unsigned)pair.HostIndex].DirIndex >= 0) in UpdateProduce()
H A DUpdatePair.h15 int DirIndex; member
18 CUpdatePair(): ArcIndex(-1), DirIndex(-1), HostIndex(-1) {} in CUpdatePair()
H A DUpdateCallback.h180 if (up.DirIndex >= 0) in IsDir()
181 return DirItems->Items[(unsigned)up.DirIndex].IsDir(); in IsDir()
H A DUpdatePair.cpp234 pair.DirIndex = dirIndex2; in GetUpdatePairInfoList()
256 pair.DirIndex = dirIndex2; in GetUpdatePairInfoList()
H A DUpdate.cpp552 const CDirItem &di = dirItems.Items[(unsigned)up.DirIndex]; in Compress()
817 if (pair2.DirIndex >= 0 && in Compress()
820 ft2 = dirItems.Items[(unsigned)pair2.DirIndex].MTime; in Compress()
934 if (up.NewData && up.DirIndex >= 0) in Compress()
936 const CDirItem &di = dirItems.Items[(unsigned)up.DirIndex]; in Compress()
938 processedItemsStatuses[(unsigned)up.DirIndex] = 1; in Compress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCDwarf.h57 unsigned DirIndex = 0; member
257 RootFile.DirIndex = 0; in setRootFile()
330 Header.RootFile.DirIndex = 0; in setRootFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCDwarf.cpp345 MCOS->EmitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number. in emitV2FileDirTables()
362 MCOS->EmitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry()
616 unsigned DirIndex; in tryGetFile() local
618 // For FileNames with no directories a DirIndex of 0 is used. in tryGetFile()
619 DirIndex = 0; in tryGetFile()
621 DirIndex = llvm::find(MCDwarfDirs, Directory) - MCDwarfDirs.begin(); in tryGetFile()
622 if (DirIndex >= MCDwarfDirs.size()) in tryGetFile()
624 // The DirIndex is one based, as DirIndex of 0 is used for FileNames with in tryGetFile()
626 // directory names are stored at MCDwarfDirs[DirIndex in tryGetFile()
[all...]

Completed in 8 milliseconds