Home
last modified time | relevance | path

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

/external/syzkaller/syz-hub/state/
Dstate.go61 st.Corpus, st.corpusSeq = loadDB(filepath.Join(st.dir, "corpus.db"), "corpus")
62 st.Repros, st.reproSeq = loadDB(filepath.Join(st.dir, "repro.db"), "repro")
83 func loadDB(file, name string) (*db.DB, uint64) { func