Searched refs:userPerStr (Results 1 – 1 of 1) sorted by relevance
352 std::string userPerStr = infos[4].substr(0, infos[4].length() - 1); in CheckDiskInfo() local353 uint32_t usePer = std::atoi(userPerStr.c_str()); in CheckDiskInfo()