Lines Matching defs:args
102 for (const auto& args : all_args) { in GetAllVars() local
171 bool GetVarHandler(FastbootDevice* device, const std::vector<std::string>& args) { in GetVarHandler()
222 bool EraseHandler(FastbootDevice* device, const std::vector<std::string>& args) { in EraseHandler()
259 bool OemCmdHandler(FastbootDevice* device, const std::vector<std::string>& args) { in OemCmdHandler()
281 bool DownloadHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DownloadHandler()
317 bool SetActiveHandler(FastbootDevice* device, const std::vector<std::string>& args) { in SetActiveHandler()
486 bool CreatePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in CreatePartitionHandler()
524 bool DeletePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DeletePartitionHandler()
546 bool ResizePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in ResizePartitionHandler()
598 bool FlashHandler(FastbootDevice* device, const std::vector<std::string>& args) { in FlashHandler()
629 bool UpdateSuperHandler(FastbootDevice* device, const std::vector<std::string>& args) { in UpdateSuperHandler()
648 bool GsiHandler(FastbootDevice* device, const std::vector<std::string>& args) { in GsiHandler()
690 bool SnapshotUpdateHandler(FastbootDevice* device, const std::vector<std::string>& args) { in SnapshotUpdateHandler()
749 static bool Fetch(FastbootDevice* device, const std::vector<std::string>& args) { in Fetch()
767 PartitionFetcher(FastbootDevice* device, const std::vector<std::string>& args) in PartitionFetcher()
913 bool FetchHandler(FastbootDevice* device, const std::vector<std::string>& args) { in FetchHandler()