Home | History | Annotate | Download | only in build

Lines Matching refs:dumpDir

61 	dumpDir := config.FileListDir()
63 filepath.Join(dumpDir, "files.db"))
73 // note that dumpDir in FindSources may be different than dumpDir in NewSourceFinder
75 dumpDir := config.FileListDir()
76 os.MkdirAll(dumpDir, 0777)
79 err := dumpListToFile(androidMks, filepath.Join(dumpDir, "Android.mk.list"))
85 dumpListToFile(cleanSpecs, filepath.Join(dumpDir, "CleanSpec.mk.list"))
91 err = dumpListToFile(testMappings, filepath.Join(dumpDir, "TEST_MAPPING.list"))
101 err = dumpListToFile(androidBps, filepath.Join(dumpDir, "Android.bp.list"))