Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline.h272 size_t separator_pos = boot_image_location.find(':'); in ParseCheckBootImage() local
273 if (separator_pos != std::string::npos) { in ParseCheckBootImage()
274 boot_image_location = boot_image_location.substr(/*pos*/ 0u, /*size*/ separator_pos); in ParseCheckBootImage()