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

/haiku-fatelf/src/apps/text_search/
H A DGrepper.cpp185 BPath tempFile; local
187 tempFile.SetTo(fileName);
223 fCaseSensitive ? "" : "-i", fPattern, fileName, tempFile.Path());
228 FILE *results = fopen(tempFile.Path(), "r");
261 remove(tempFile.Path());

Completed in 146 milliseconds