Searched defs:trainName (Results 1 – 5 of 5) sorted by relevance
79 static string findTrainInfoFileNameLocked(const string& trainName) { in findTrainInfoFileNameLocked()274 bool StorageManager::readTrainInfo(const std::string& trainName, InstallTrainInfo& trainInfo) { in readTrainInfo()279 bool StorageManager::readTrainInfoLocked(const std::string& trainName, InstallTrainInfo& trainInfo)… in readTrainInfoLocked()
408 public static boolean logBinaryPushStateChanged(@NonNull String trainName, in logBinaryPushStateChanged()
65 std::string trainName; member
62 LogEvent::LogEvent(const string& trainName, int64_t trainVersionCode, bool requiresStaging, in LogEvent()
875 string trainName = string(args[1].c_str()); in cmd_log_binary_push() local