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

/haiku/src/tests/add-ons/index_server/fulltext_search/
H A DBeaconSearcher.cpp33 BPath indexPath = GetIndexPath(&volume); local
34 if(IndexReader::indexExists(indexPath.Path())) {
35 indexSearcher = new IndexSearcher(indexPath.Path());
/haiku/headers/private/debugger/model/
H A DTypeComponentPath.h72 void SetToArrayElement(type_kind typeKind, const BString& indexPath) argument
77 this->name = indexPath;
80 bool SetToArrayElement(type_kind typeKind, const ArrayIndexPath& indexPath) argument
85 return indexPath.GetPathString(this->name);
H A DType.h278 const ArrayIndexPath& indexPath,
/haiku/src/apps/mail/
H A DWords.h60 Words(const char* dataPath, const char* indexPath,
H A DMailApp.cpp486 BPath indexPath; local
543 indexPath = indexDir;
546 indexPath.Append(leafName.String());
547 gWords[gDictCount] = new Words(dataPath.Path(), indexPath.Path(), true);
549 indexPath = indexDir;
552 indexPath.Append(leafName.String());
553 gExactWords[gDictCount] = new Words(dataPath.Path(), indexPath.Path(), false);
570 indexPath = userIndexDir;
573 indexPath.Append(leafName.String());
574 gWords[gDictCount] = new Words(dataPath.Path(), indexPath
[all...]
H A DWIndex.h90 status_t SetTo(const char* dataPath, const char* indexPath);
H A DWIndex.cpp75 WIndex::SetTo(const char *dataPath, const char *indexPath) argument
94 if (indexFile.SetTo(indexPath, B_READ_ONLY) == B_OK) {
118 if (indexFile.SetTo(indexPath,
H A DWords.cpp102 Words::Words(const char* dataPath, const char* indexPath, bool useMetaphone) argument
108 SetTo(dataPath, indexPath);
/haiku/src/kits/debugger/value/value_nodes/
H A DArrayValueNode.cpp306 ArrayIndexPath indexPath; local
308 if (!indexPath.AddIndex(0))
314 indexPath.SetIndexAt(i, child->ElementIndex());
322 status_t error = arrayType->ResolveElementLocation(indexPath,
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp1037 DwarfArrayType::ResolveElementLocation(const ArrayIndexPath& indexPath, argument
1040 if (indexPath.CountIndices() != CountDimensions())
1073 int64 index = indexPath.IndexAt(dimensionIndex);
H A DDwarfTypes.h357 const ArrayIndexPath& indexPath,

Completed in 132 milliseconds