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

/haiku-fatelf/src/apps/mail/
H A DWIndex.cpp78 BFile indexFile; local
93 if (indexFile.SetTo(indexPath, B_READ_ONLY) == B_OK) {
95 if ((indexFile.GetAttrInfo("WINDEX:version", &info) == B_OK)) {
97 indexFile.ReadAttr("WINDEX:version", B_UINT32_TYPE, 0,
100 if ((indexFile.GetAttrInfo("WINDEX:modified", &info)
102 indexFile.ReadAttr("WINDEX:modified", B_UINT32_TYPE, 0,
106 if (UnflattenIndex(&indexFile) == B_OK)
112 indexFile.Unset();
117 if (indexFile.SetTo(indexPath,
119 FlattenIndex(&indexFile);
[all...]

Completed in 45 milliseconds