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

/haiku/src/apps/mail/
H A DMailWindow.cpp3055 TMailWindow::_GetQueryPath(BPath* queryPath) const
3058 status_t ret = find_directory(B_USER_DIRECTORY, queryPath);
3060 ret = queryPath->Append(kQueriesDirectory);
3081 BPath queryPath; local
3082 if (_GetQueryPath(&queryPath) < B_OK)
3085 BDirectory queryDir(queryPath.Path());
3088 BPrivate::BPathMonitor::StartWatching(queryPath.Path(),
3245 BPath queryPath; local
3246 if (find_directory(B_USER_CACHE_DIRECTORY, &queryPath) != B_OK)
3248 queryPath
[all...]

Completed in 26 milliseconds