Home
last modified time | relevance | path

Searched defs:UploadQueue (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/tools/mac/upload_system_symbols/
Dupload_system_symbols.go212 type UploadQueue struct { struct
213 *WorkerPool
214 queue chan string
228 func (uq *UploadQueue) Upload(filepath string) {
234 func (uq *UploadQueue) Done() {
238 func (uq *UploadQueue) runSymUpload(symfile, server string) *exec.Cmd {
247 func (uq *UploadQueue) worker() {
285 func StartDumpQueue(root, dumpPath string, uq *UploadQueue) *DumpQueue {
345 func uploadFromDirectory(directory string, uq *UploadQueue) {