Searched refs:currentApiFilePath (Results 1 – 2 of 2) sorted by relevance
/build/soong/sysprop/ |
D | sysprop_library.go | 356 currentApiFilePath := path.Join(apiDirectoryPath, baseModuleName+"-current.txt") 358 m.currentApiFile = android.ExistentPathForSource(ctx, currentApiFilePath) 398 apiDirectoryPath, currentApiFilePath, m.dumpedApiFile.String(), currentApiFilePath)
|
/build/soong/java/ |
D | sdk_library.go | 706 currentApiFilePath android.OptionalPath member 792 var annotationsZip, currentApiFilePath, removedApiFilePath android.Path 794 currentApiFilePath, currentApiFilePathErr := provider.ApiFilePath(stubsType) 801 paths.currentApiFilePath = android.OptionalPathForPath(currentApiFilePath) 1123 if paths.currentApiFilePath.Valid() { 1124 return android.Paths{paths.currentApiFilePath.Path()}, nil 3005 paths.currentApiFilePath = android.OptionalPathForModuleSrc(ctx, scopeProperties.Current_api) 3619 if paths.currentApiFilePath.Valid() { 3620 properties.CurrentApiFile = paths.currentApiFilePath.Path()
|