Home
last modified time | relevance | path

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

/frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/pom/
DPomDependency.kt46 val systemPath: String? = null, constant in com.android.tools.build.jetifier.core.pom.PomDependency
68 systemPath = systemPath ?: input.systemPath, in rewrite()
/frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/pom/
DXmlUtils.kt100 var systemPath: String? = null in createDependencyFrom() variable
111 "systemPath" -> systemPath = resolveValue(childNode.value, properties) in createDependencyFrom()
123 systemPath = systemPath, in createDependencyFrom()
DPomDependencyExtensions.kt36 XmlUtils.addStringNodeToNode(node, "systemPath", systemPath) in PomDependency()
/frameworks/base/tools/bit/
Dmain.cpp660 string systemPath = buildOut + "/target/product/" + buildDevice + "/system/"; in run_phases() local
671 if (starts_with(file, systemPath)) { in run_phases()
692 get_directory_contents(systemPath, &systemFilesBefore); in run_phases()
718 get_directory_contents(systemPath, &systemFilesAfter); in run_phases()