Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/apex/
H A Dapex.go1959 if af := apexClasspathFragmentProtoFile(ctx, child); af != nil {
2375 if af := apexClasspathFragmentProtoFile(ctx, module); af != nil {
2419 func apexClasspathFragmentProtoFile(ctx android.ModuleContext, module blueprint.Module) *apexFile { func