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

/haiku/src/apps/mail/
H A DWIndex.cpp78 BFile indexFile; local
94 if (indexFile.SetTo(indexPath, B_READ_ONLY) == B_OK) {
96 if ((indexFile.GetAttrInfo("WINDEX:version", &info) == B_OK)) {
98 indexFile.ReadAttr("WINDEX:version", B_UINT32_TYPE, 0,
101 if ((indexFile.GetAttrInfo("WINDEX:modified", &info)
103 indexFile.ReadAttr("WINDEX:modified", B_UINT32_TYPE, 0,
107 if (UnflattenIndex(&indexFile) == B_OK)
113 indexFile.Unset();
118 if (indexFile.SetTo(indexPath,
120 FlattenIndex(&indexFile);
[all...]

Completed in 26 milliseconds