Searched refs:space_index (Results 1 – 1 of 1) sorted by relevance
440 size_t space_index = file.find(' ', last_slash); in FileExists() local442 if (space_index == std::string::npos) { in FileExists()446 std::string copy = file.substr(0, space_index - 1); in FileExists()