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

/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.h84 static bool _LooksLikeGzip(const char *pathStr);
H A DAbstractServerProcess.cpp177 AbstractServerProcess::_LooksLikeGzip(const char *pathStr) function in class:AbstractServerProcess
212 if (_LooksLikeGzip(pathStr)) {
253 && _LooksLikeGzip(url.Path())
254 && !_LooksLikeGzip(targetFilePath.Path()))

Completed in 40 milliseconds