HomeSort by relevance Sort by last modified time
    Searched refs:pathmatch (Results 1 - 2 of 2) sorted by null

  /external/strace/
pathtrace.c 42 pathmatch(const char *path) function
62 pathmatch(path);
74 return n >= 0 && pathmatch(path);
86 if (pathmatch(path))
  /external/curl/lib/
cookie.c 149 static bool pathmatch(const char* cookie_path, const char* request_uri) function
1075 if(!co->spath || pathmatch(co->spath, path) ) {
    [all...]

Completed in 2027 milliseconds