Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dmapfile_filesystem.cc99 size_t dash = blocks.find('-', 0); in GetFiles() local
101 if (dash == string::npos && base::StringToUint64(blocks, &block_start)) { in GetFiles()
103 } else if (dash != string::npos && in GetFiles()
104 base::StringToUint64(blocks.substr(0, dash), &block_start) && in GetFiles()
105 base::StringToUint64(blocks.substr(dash + 1), &block_end)) { in GetFiles()