Searched refs:current_pos (Results 1 – 1 of 1) sorted by relevance
108 size_t current_pos = 0u; in mkdirs() local111 current_pos = 4u; in mkdirs()115 if (path.size() >= 3 && path[current_pos + 1] == ':' && in mkdirs()116 (path[current_pos + 2] == '\\' || path[current_pos + 2] == '/')) { in mkdirs()117 current_pos += 3u; in mkdirs()124 size_t current_pos = 1u; in mkdirs()127 while ((current_pos = path.find(sDirSep, current_pos)) != std::string::npos) { in mkdirs()128 std::string parent_path = path.substr(0, current_pos); in mkdirs()137 current_pos += 1; in mkdirs()