Home
last modified time | relevance | path

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

/external/google-breakpad/src/tools/mac/upload_system_symbols/
Dupload_system_symbols.go366 type findQueue struct { struct
367 *WorkerPool
368 queue chan string
369 dq *DumpQueue
396 func (fq *findQueue) findLibsInPath(loc string, mustExist bool) {
432 func (fq *findQueue) worker() {
470 func (fq *findQueue) dumpMachOFile(fp string, image *macho.File) {