Home
last modified time | relevance | path

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

/aosp12/system/core/fastboot/device/
H A Dvariables.h59 bool GetVariant(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
H A Dvariables.cpp101 bool GetVariant(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetVariant() function
H A Dcommands.cpp124 {FB_VAR_VARIANT, {GetVariant, nullptr}}, in GetVarHandler()
/aosp12/build/soong/cmd/extract_apks/
H A Dmain.go326 for _, variant := range (*toc).GetVariant() {
/aosp12/build/soong/cmd/extract_apks/bundle_proto/
H A Dcommands.pb.go138 func (m *BuildApksResult) GetVariant() []*Variant { func