Searched refs:dash (Results 1 – 2 of 2) sorted by relevance
100 size_t dash = blocks.find('-', 0); in GetFiles() local102 if (dash == string::npos && base::StringToUint64(blocks, &block_start)) { in GetFiles()104 } else if (dash != string::npos && in GetFiles()105 base::StringToUint64(blocks.substr(0, dash), &block_start) && in GetFiles()106 base::StringToUint64(blocks.substr(dash + 1), &block_end)) { in GetFiles()
439 restart update-engine # with a dash not underscore.