Home
last modified time | relevance | path

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

/build/soong/sysprop/
Dsysprop_library.go133 currentApiFile android.OptionalPath member
232 return m.currentApiFile
253 m.currentApiFile = android.ExistentPathForSource(ctx, currentApiFilePath)
275 if m.currentApiFile.Valid() {
276 apiFileList = append(apiFileList, m.currentApiFile.Path())
277 currentApiArgument = m.currentApiFile.String()