Searched refs:separators (Results 1 – 3 of 3) sorted by relevance
422 std::vector<size_t> separators{0}; // The path is absolute, so '/' is at #0. in WaitForEndpoint() local425 separators.push_back(pos); in WaitForEndpoint()428 separators.push_back(endpoint_path.size()); in WaitForEndpoint()434 while (pos < separators.size() && links <= MAXSYMLINKS) { in WaitForEndpoint()436 current = endpoint_path.substr(0, separators[pos]); in WaitForEndpoint()445 separators[pos - 1] + 1, separators[pos] - separators[pos - 1] - 1); in WaitForEndpoint()
28 // SepTable - stack of result separators
34 // SepTable - stack of result separators