HomeSort by relevance Sort by last modified time
    Searched defs:path_end (Results 1 - 5 of 5) sorted by null

  /external/chromium/googleurl/src/
url_parse.cc 194 int path_end = path.begin + path.len; local
198 for (int i = path.begin; i < path_end; i++) {
222 *ref = MakeRange(ref_separator + 1, path_end);
224 file_end = query_end = path_end;
405 int path_end = -1; local
415 path_end = spec_len;
421 path_end = spec_len;
424 // Split [path_begin, path_end) into a path + query.
425 for (int i = path_begin; i < path_end; ++i) {
427 parsed->query = MakeRange(i + 1, path_end);
    [all...]
  /external/qemu/android/utils/
timezone.c 168 char* path_end; member in struct:__anon26550
250 p = bufprint( p, scan->path_end, "/%s", ent->d_name );
251 if (p >= scan->path_end)
390 scan->path_end = scan->path + sizeof(scan->path);
391 scan->path_root = bufprint( scan->path, scan->path_end, "%s", tzdir );
  /external/chromium_org/content/common/
plugin_list_posix.cc 229 char* path_end = static_cast<char*>(memchr(info->path, '\0', local
231 if (!path_end)
232 path_end = info->path + sizeof(info->path);
234 std::string(info->path, path_end - info->path));
  /external/chromium_org/url/third_party/mozilla/
url_parse.cc 196 int path_end = path.begin + path.len; local
200 for (int i = path.begin; i < path_end; i++) {
224 *ref = MakeRange(ref_separator + 1, path_end);
226 file_end = query_end = path_end;
526 int path_end = -1; local
536 path_end = spec_len;
542 path_end = spec_len;
545 // Split [path_begin, path_end) into a path + query.
546 for (int i = path_begin; i < path_end; ++i) {
548 parsed->query = MakeRange(i + 1, path_end);
    [all...]
  /external/clang/include/clang/AST/
Expr.h 2696 path_iterator path_end() { return path_buffer() + path_size(); } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
2698 path_const_iterator path_end() const { return path_buffer() + path_size(); } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
    [all...]

Completed in 957 milliseconds