Lines Matching refs:Paths
130 publicStubPaths := make(android.Paths, len(publicStubModules))
131 systemStubPaths := make(android.Paths, len(systemStubModules))
132 testStubPaths := make(android.Paths, len(testStubModules))
133 corePlatformStubPaths := make(android.Paths, len(corePlatformStubModules))
135 moduleListToPathList := map[*[]string]android.Paths{
142 var bootDexJars android.Paths
222 var flagsCSV android.Paths
223 var greylistRemovedApis android.Paths
299 var metadataCSV android.Paths
369 func (h *hiddenAPIFlags) OutputFiles(tag string) (android.Paths, error) {
372 return android.Paths{h.outputFilePath}, nil
400 indexes := android.Paths{}