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