Searched refs:separators (Results 1 – 4 of 4) sorted by relevance
431 std::vector<size_t> separators{0}; // The path is absolute, so '/' is at #0. in WaitForEndpoint() local434 separators.push_back(pos); in WaitForEndpoint()437 separators.push_back(endpoint_path.size()); in WaitForEndpoint()443 while (pos < separators.size() && links <= MAXSYMLINKS) { in WaitForEndpoint()445 current = endpoint_path.substr(0, separators[pos]); in WaitForEndpoint()454 separators[pos - 1] + 1, separators[pos] - separators[pos - 1] - 1); in WaitForEndpoint()
28 // SepTable - stack of result separators
34 // SepTable - stack of result separators
5533 // with spaces as separators.