Searched refs:slashes (Results 1 – 3 of 3) sorted by relevance
46 * Small patch to handle trailing slashes in --proto_path flag.
1273 * Allow trailing slashes in --proto_path mappings.
171 size_t slashes = std::count(from_filename.begin(), from_filename.end(), '/'); in GetRootPath() local172 if (slashes == 0) { in GetRootPath()176 for (size_t i = 0; i < slashes; i++) { in GetRootPath()