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

/external/lzma/CPP/7zip/UI/Common/
H A DUpdatePair.h15 int DirIndex; member in struct:CUpdatePair
18 CUpdatePair(): ArcIndex(-1), DirIndex(-1), HostIndex(-1) {}
H A DUpdateProduce.h15 int DirIndex; member in struct:CUpdatePair2
29 bool ExistOnDisk() const { return DirIndex != -1; }
37 DirIndex(-1),
H A DUpdateProduce.cpp22 up2.DirIndex = pair.DirIndex;
46 if (updatePairs[pair.HostIndex].DirIndex >= 0)
H A DUpdateCallback.cpp231 const CDirItem &di = DirItems->Items[up.DirIndex];
340 if (up.DirIndex >= 0)
343 const CDirItem &di = DirItems->Items[up.DirIndex];
354 const FString phyPath = DirItems->GetPhyPath(up.DirIndex);
374 prop = DirItems->GetLogPath(up2.DirIndex);
378 if (up.DirIndex >= 0)
408 const CDirItem &di = DirItems->Items[up.DirIndex];
411 case kpidPath: prop = DirItems->GetLogPath(up.DirIndex); break;
451 else if (up.DirIndex >= 0)
452 name = DirItems->GetLogPath(up.DirIndex);
[all...]
H A DUpdateCallback.h139 if (up.DirIndex >= 0)
140 return DirItems->Items[up.DirIndex].IsDir();
H A DUpdatePair.cpp172 pair.DirIndex = dirIndex2;
194 pair.DirIndex = dirIndex2;
H A DUpdate.cpp827 if (pair2.NewProps && pair2.DirIndex >= 0)
828 ft2 = &dirItems.Items[pair2.DirIndex].MTime;
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCContext.cpp274 unsigned DirIndex; local
278 DirIndex = 0; // For FileNames with no directories a DirIndex of 0 is used.
282 DirIndex = 0;
283 for (unsigned End = MCDwarfDirs.size(); DirIndex < End; DirIndex++) {
284 if (Directory == MCDwarfDirs[DirIndex])
287 if (DirIndex >= MCDwarfDirs.size()) {
292 // The DirIndex is one based, as DirIndex o
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCDwarf.h45 // DirIndex - the index into the list of directory names for this file name.
46 unsigned DirIndex; member in class:llvm::MCDwarfFile
51 : Name(name), DirIndex(dirIndex) {}
60 unsigned getDirIndex() const { return DirIndex; }
/external/llvm/lib/MC/
H A DMCDwarf.cpp305 MCOS->EmitULEB128IntValue(MCDwarfFiles[i].DirIndex);
379 unsigned DirIndex; local
381 // For FileNames with no directories a DirIndex of 0 is used.
382 DirIndex = 0;
384 DirIndex = 0;
385 for (unsigned End = MCDwarfDirs.size(); DirIndex < End; DirIndex++) {
386 if (Directory == MCDwarfDirs[DirIndex])
389 if (DirIndex >= MCDwarfDirs.size())
391 // The DirIndex i
[all...]
/external/llvm/include/llvm/MC/
H A DMCDwarf.h49 unsigned DirIndex; member in struct:llvm::MCDwarfFile

Completed in 622 milliseconds