Searched refs:fDataBasePath (Results 1 – 4 of 4) sorted by relevance
39 fDataBasePath.SetTo(&dir); in FullTextAnalyser()40 fDataBasePath.Append(kIndexServerDirectory); in FullTextAnalyser()41 status_t status = fDataBasePath.Append(kFullTextDirectory); in FullTextAnalyser()44 fWriteDataBase = new CLuceneWriteDataBase(fDataBasePath); in FullTextAnalyser()57 if (fDataBasePath.InitCheck() != B_OK) in InitCheck()58 return fDataBasePath.InitCheck(); in InitCheck()130 if (BString(path.Path()).FindFirst(fDataBasePath.Path()) == 0) in _IsInIndexDirectory()
48 fDataBasePath(databasePath), in CLuceneWriteDataBase()52 printf("CLuceneWriteDataBase fDataBasePath %s\n", fDataBasePath.Path()); in CLuceneWriteDataBase()53 create_directory(fDataBasePath.Path(), 0755); in CLuceneWriteDataBase()142 if (IndexReader::indexExists(fDataBasePath.Path())) in _OpenIndexWriter()145 writer = new IndexWriter(fDataBasePath.Path(), in _OpenIndexWriter()164 BEntry entry(fDataBasePath.Path(), NULL); in _OpenIndexReader()170 if (!IndexReader::indexExists(fDataBasePath.Path())) in _OpenIndexReader()173 reader = IndexReader::open(fDataBasePath.Path()); in _OpenIndexReader()
41 BPath fDataBasePath; variable
46 BPath fDataBasePath; variable