Searched defs:trainName (Results 1 – 5 of 5) sorted by relevance
191 public static boolean logBinaryPushStateChanged(@NonNull String trainName, in logBinaryPushStateChanged()
78 static string findTrainInfoFileNameLocked(const string& trainName) { in findTrainInfoFileNameLocked()263 bool StorageManager::readTrainInfo(const std::string& trainName, InstallTrainInfo& trainInfo) { in readTrainInfo()268 bool StorageManager::readTrainInfoLocked(const std::string& trainName, InstallTrainInfo& trainInfo)… in readTrainInfoLocked()
64 std::string trainName; member
46 LogEvent::LogEvent(const string& trainName, int64_t trainVersionCode, bool requiresStaging, in LogEvent()
811 string trainName = string(args[1].c_str()); in cmd_log_binary_push() local