Home
last modified time | relevance | path

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

/build/soong/sysprop/
Dsysprop_library.go132 latestApiFile android.OptionalPath member
254 m.latestApiFile = android.ExistentPathForSource(ctx, latestApiFilePath)
281 if m.latestApiFile.Valid() {
282 apiFileList = append(apiFileList, m.latestApiFile.Path())
283 latestApiArgument = m.latestApiFile.String()