Searched defs:dir_separator (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/tools/dump_cache/
H A Durl_to_filename_encoder.cc89 char dir_separator,
100 size_t start_of_segment = filename_prefix.find_last_of(dir_separator);
110 if (!filename_ending.empty() && (filename_ending[0] == dir_separator)) {
113 encoded_filename->append(1, dir_separator);
122 if ((ch == dir_separator) && !segment.empty()) {
124 encoded_filename->append(1, dir_separator);
146 encoded_filename->append(1, dir_separator);
162 encoded_filename->append(1, dir_separator);
170 char dir_separator,
188 } else if (ch == dir_separator) {
87 EncodeSegment(const string& filename_prefix, const string& escaped_ending, char dir_separator, string* encoded_filename) argument
169 Decode(const string& encoded_filename, char dir_separator, string* decoded_url) argument
[all...]

Completed in 818 milliseconds