Searched refs:colon_index (Results 1 – 1 of 1) sorted by relevance
72 size_t colon_index = arg.find(":"); in ParseRootDirs() local73 if (colon_index != std::string_view::npos) { in ParseRootDirs()74 path = arg.substr(0, colon_index); in ParseRootDirs()75 replacement = arg.substr(colon_index + 1); in ParseRootDirs()