Home
last modified time | relevance | path

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

/build/soong/sysprop/
Dsysprop_library.go358 currentApiFilePath := path.Join(apiDirectoryPath, baseModuleName+"-current.txt")
360 m.currentApiFile = android.ExistentPathForSource(ctx, currentApiFilePath)
400 apiDirectoryPath, currentApiFilePath, m.dumpedApiFile.String(), currentApiFilePath)
/build/soong/java/
Dsdk_library.go682 currentApiFilePath android.OptionalPath member
786 paths.currentApiFilePath = android.OptionalPathForPath(info.ApiFile)
1052 apiTxtComponentName: paths.currentApiFilePath,
2212 paths.currentApiFilePath = android.OptionalPathForModuleSrc(ctx, scopeProperties.Current_api)
2458 if paths.currentApiFilePath.Valid() {
2459 properties.CurrentApiFile = paths.currentApiFilePath.Path()