Searched defs:prebuiltSrcGroupByInstallPartition (Results 1 – 1 of 1) sorted by relevance
34 type prebuiltSrcGroupByInstallPartition struct { struct35 system map[string][]srcBaseFileInstallBaseFileTuple36 system_ext map[string][]srcBaseFileInstallBaseFileTuple37 product map[string][]srcBaseFileInstallBaseFileTuple38 vendor map[string][]srcBaseFileInstallBaseFileTuple39 recovery map[string][]srcBaseFileInstallBaseFileTuple60 …t []partitionToInstallPath, destPath, srcPath string, srcGroup *prebuiltSrcGroupByInstallPartition…