Home
last modified time | relevance | path

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

/build/soong/sysprop/
Dsysprop_library.go356 currentApiFilePath := path.Join(apiDirectoryPath, baseModuleName+"-current.txt")
358 m.currentApiFile = android.ExistentPathForSource(ctx, currentApiFilePath)
398 apiDirectoryPath, currentApiFilePath, m.dumpedApiFile.String(), currentApiFilePath)
/build/soong/java/
Dsdk_library.go706 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()