Searched refs:fetch_time_string (Results 1 – 1 of 1) sorted by relevance
1190 std::string fetch_time_string; in GetIdleInstallInfo() local1191 if (!info->GetString(kIdleInstallInfoFetchTime, &fetch_time_string)) in GetIdleInstallInfo()1195 if (!base::StringToInt64(fetch_time_string, &fetch_time_value)) in GetIdleInstallInfo()