• Home
  • Raw
  • Download

Lines Matching defs:args

102     for (const auto& args : all_args) {  in GetAllVars()  local
174 bool GetVarHandler(FastbootDevice* device, const std::vector<std::string>& args) { in GetVarHandler()
225 bool EraseHandler(FastbootDevice* device, const std::vector<std::string>& args) { in EraseHandler()
262 bool OemCmdHandler(FastbootDevice* device, const std::vector<std::string>& args) { in OemCmdHandler()
284 bool DownloadHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DownloadHandler()
320 bool SetActiveHandler(FastbootDevice* device, const std::vector<std::string>& args) { in SetActiveHandler()
489 bool CreatePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in CreatePartitionHandler()
527 bool DeletePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DeletePartitionHandler()
549 bool ResizePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in ResizePartitionHandler()
601 bool FlashHandler(FastbootDevice* device, const std::vector<std::string>& args) { in FlashHandler()
632 bool UpdateSuperHandler(FastbootDevice* device, const std::vector<std::string>& args) { in UpdateSuperHandler()
651 bool GsiHandler(FastbootDevice* device, const std::vector<std::string>& args) { in GsiHandler()
693 bool SnapshotUpdateHandler(FastbootDevice* device, const std::vector<std::string>& args) { in SnapshotUpdateHandler()
752 static bool Fetch(FastbootDevice* device, const std::vector<std::string>& args) { in Fetch()
770 PartitionFetcher(FastbootDevice* device, const std::vector<std::string>& args) in PartitionFetcher()
916 bool FetchHandler(FastbootDevice* device, const std::vector<std::string>& args) { in FetchHandler()