Searched refs:currentApiFilePath (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/build/soong/sysprop/ |
H A 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)
|
/aosp_15_r20/build/soong/java/ |
H A D | sdk_library.go | 670 currentApiFilePath android.OptionalPath member 756 var annotationsZip, currentApiFilePath, removedApiFilePath android.Path 758 currentApiFilePath, currentApiFilePathErr := provider.ApiFilePath(stubsType) 765 paths.currentApiFilePath = android.OptionalPathForPath(currentApiFilePath) 999 apiTxtComponentName: paths.currentApiFilePath, 2132 paths.currentApiFilePath = android.OptionalPathForModuleSrc(ctx, scopeProperties.Current_api) 2369 if paths.currentApiFilePath.Valid() { 2370 properties.CurrentApiFile = paths.currentApiFilePath.Path()
|