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

  /ndk/sources/host-tools/make-3.81/
amiga.c 95 struct AnchorPath * apath; local
97 if ( (apath = AllocMem (sizeof (struct AnchorPath) + PATH_SIZE,
101 apath->ap_Strlen = PATH_SIZE;
103 if (MatchFirst (wc, apath) == 0)
107 o = variable_buffer_output (o, apath->ap_Buf,
108 strlen (apath->ap_Buf));
110 } while (MatchNext (apath) == 0);
113 MatchEnd (apath);
114 FreeMem (apath, sizeof (struct AnchorPath) + PATH_SIZE);
function.c     [all...]
  /external/chromium_org/chrome/test/chromedriver/server/
http_handler_unittest.cc 152 CommandMapping command(kPost, "path/apath",
  /external/llvm/lib/Support/Unix/
Path.inc 261 StringRef aPath("/proc/self/exe");
262 if (sys::fs::exists(aPath)) {
264 ssize_t len = readlink(aPath.str().c_str(), exe_path, sizeof(exe_path));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URITest.java 186 "http://[ipv6address]/apath#frag", // malformed ipv6 address
187 "http://[ipv6address/apath#frag", // malformed ipv6 address
188 "http://ipv6address]/apath#frag", // illegal char in host name
189 "http://ipv6[address/apath#frag",
190 "http://ipv6addr]ess/apath#frag",
191 "http://ipv6address[]/apath#frag",
443 // equivalent to = uri = new URI("http", "host", "/apath",
445 uri = new URI("http", "host", "/apath", "\u20ACfrag");
452 uri = new URI("http", ":2:3:4:5:6:7:8", "/apath", "\u20ACfrag");
    [all...]

Completed in 383 milliseconds