Searched refs:pathIndex (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DBPlusTree.h131 int type, int pathIndex);
139 TreePointer** pointer, int pathIndex);
142 int type, int pathIndex);
H A DBPlusTree.cpp161 TreePointer** pointer, int pathIndex)
170 = GetKeyFromNode(i + 1, (void*)fPathForLeaves[pathIndex].blockData);
173 fPathForLeaves[pathIndex].blockData);
583 int type, int pathIndex)
587 char* base = fPathForData[pathIndex].blockData + BlockLen();
591 char* base = fPathForLeaves[pathIndex].blockData + BlockLen();
613 int entries, ExtentMapEntry** map, int type, int pathIndex)
617 FillMapEntry(i, map, type, pathIndex);
661 int pathIndex = -1; local
676 pathIndex
160 SearchOffsetInTreeNode(uint32 offset, TreePointer** pointer, int pathIndex) argument
582 FillMapEntry(int num, ExtentMapEntry** fMap, int type, int pathIndex) argument
612 SearchForMapInDirectoryBlock(uint64 blockNo, int entries, ExtentMapEntry** map, int type, int pathIndex) argument
758 int pathIndex = -1; local
[all...]
/haiku/src/libs/icon/message/
H A DMessageImporter.cpp223 int32 pathIndex; local
225 shapeArchive.FindInt32("path ref", j, &pathIndex) == B_OK;
228 VectorPath* path = paths->ItemAt(PathIndexFor(pathIndex));
230 VectorPath* path = paths->ItemAt(pathIndex);
235 "which does not exist\n", i, pathIndex);
/haiku/src/libs/icon/flat_icon/
H A DFlatIconImporter.cpp567 uint8 pathIndex; local
568 if (!buffer.Read(pathIndex))
572 VectorPath* path = paths->ItemAt(PathIndexFor(pathIndex));
574 VectorPath* path = paths->ItemAt(pathIndex);
578 "shape references non-existing path %d\n", pathIndex);
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp544 int32 pathIndex = paths->IndexOf(path); local
545 if (pathIndex < 0 || pathIndex > 255)
548 if (!buffer.Write((uint8)pathIndex))
/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp374 int pathIndex = 0; local
377 if (shapeArchive.FindMessage("path", pathIndex, &pathArchive) != B_OK)
402 pathIndex++;

Completed in 86 milliseconds