Searched refs:systemPath (Results 1 – 4 of 4) sorted by relevance
46 val systemPath: String? = null, constant in com.android.tools.build.jetifier.core.pom.PomDependency68 systemPath = systemPath ?: input.systemPath, in rewrite()
100 var systemPath: String? = null in createDependencyFrom() variable111 "systemPath" -> systemPath = resolveValue(childNode.value, properties) in createDependencyFrom()123 systemPath = systemPath, in createDependencyFrom()
36 XmlUtils.addStringNodeToNode(node, "systemPath", systemPath) in PomDependency()
660 string systemPath = buildOut + "/target/product/" + buildDevice + "/system/"; in run_phases() local671 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()