Home
last modified time | relevance | path

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

/tools/ndkports/ports/jsoncpp/
Dport.kts36 sourceTarball: File, in extractSource()
40 super.extractSource(sourceTarball, sourceDirectory, workingDirectory) in extractSource()
/tools/ndkports/src/main/kotlin/com/android/ndkports/
DPort.kt192 sourceTarball: File, in installDirectoryForPort()
201 sourceTarball.absolutePath, in installDirectoryForPort()
DCli.kt81 val sourceTarball = in run() constant
84 port.extractSource(sourceTarball, sourceDirectory, workingDirectory) in run()