Searched refs:number (Results 1 – 4 of 4) sorted by relevance
117 std::string number = name.substr(dot + 1); in logrotate() local118 if (!isdigit(number[0])) { in logrotate()122 if (!android::base::ParseUint(number, &i)) { in logrotate()123 LOG(ERROR) << "failed to parse uint in " << number; in logrotate()
13 1. `imageWidth`: The number of pixels per line; and the text strings will be
42 // Convenience function for building expressions with a fixed number
220 for (const auto& number : android::base::Split(pkg_serial_no, "|")) { in CheckPackageMetadata() local221 if (device_serial_no == android::base::Trim(number)) { in CheckPackageMetadata()