Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCONTRIBUTORS.txt46 * Small patch to handle trailing slashes in --proto_path flag.
DCHANGES.txt1273 * Allow trailing slashes in --proto_path mappings.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/
Djs_generator.cc171 size_t slashes = std::count(from_filename.begin(), from_filename.end(), '/'); in GetRootPath() local
172 if (slashes == 0) { in GetRootPath()
176 for (size_t i = 0; i < slashes; i++) { in GetRootPath()