Lines Matching defs:transformProperties
126 type transformProperties struct { struct
127 crateName string
128 targetTriple string
129 is64Bit bool
130 bootstrap bool
131 inRecovery bool
132 inRamdisk bool
133 inVendorRamdisk bool
134 cargoOutDir android.OptionalPath
135 synthetic bool
136 crateType string
343 outputFile android.WritablePath, t transformProperties) buildOutput {