Home
last modified time | relevance | path

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

/build/soong/apex/
Ddeapexer.go75 inputApex android.Path member
95 p.inputApex = android.OptionalPathForModuleSrc(ctx, p.selectedApexProperties.Selected_apex).Path()
129 Input(p.inputApex).
Dprebuilt.go424 inputApex android.Path member
437 return android.Paths{p.inputApex}
441 …p.inputApex = android.SingleSourcePathFromSupplier(ctx, p.apexFileProperties.prebuiltApexSelector,…
449 inputApex android.Path member
719 …p.inputApex = android.OptionalPathForModuleSrc(ctx, p.prebuiltCommonProperties.Selected_apex).Path…
728 Input: p.inputApex,
741 ctx.InstallFile(p.installDir, p.installFilename, p.inputApex)
926 inputApex := android.OptionalPathForModuleSrc(ctx, a.prebuiltCommonProperties.Selected_apex).Path()
930 Input: inputApex,
Dapex_test.go4172 if prebuilt.inputApex.String() != expectedInput {
4173 …t.Errorf("inputApex invalid. expected: %q, actual: %q", expectedInput, prebuilt.inputApex.String())