Home
last modified time | relevance | path

Searched refs:locationC (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.cpp383 const char *locationC = responseHeaders["Location"]; in DownloadToLocalFile() local
386 if (locationC != NULL) in DownloadToLocalFile()
387 location.SetTo(locationC); in DownloadToLocalFile()