Home
last modified time | relevance | path

Searched refs:dash (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/payload_generator/
Dmapfile_filesystem.cc100 size_t dash = blocks.find('-', 0); in GetFiles() local
102 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()
/system/update_engine/
DREADME.md439 restart update-engine # with a dash not underscore.