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

  /prebuilts/go/darwin-x86/src/net/http/
example_test.go 61 // path (/tmpfiles/), use StripPrefix to modify the request
63 http.Handle("/tmpfiles/", http.StripPrefix("/tmpfiles/", http.FileServer(http.Dir("/tmp"))))
68 // path (/tmpfiles/), use StripPrefix to modify the request
70 http.Handle("/tmpfiles/", http.StripPrefix("/tmpfiles/", http.FileServer(http.Dir("/tmp"))))
triv.go 131 http.Handle("/go/", http.StripPrefix("/go/", http.FileServer(http.Dir(*webroot))))
fs_test.go 219 ts := httptest.NewServer(StripPrefix("/test", FileServer(Dir("."))))
376 ts := httptest.NewServer(StripPrefix("/bar/", FileServer(Dir(tempDir))))
    [all...]
fs.go 519 // which would be a problem running under StripPrefix
server.go     [all...]
serve_test.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
example_test.go 61 // path (/tmpfiles/), use StripPrefix to modify the request
63 http.Handle("/tmpfiles/", http.StripPrefix("/tmpfiles/", http.FileServer(http.Dir("/tmp"))))
68 // path (/tmpfiles/), use StripPrefix to modify the request
70 http.Handle("/tmpfiles/", http.StripPrefix("/tmpfiles/", http.FileServer(http.Dir("/tmp"))))
triv.go 131 http.Handle("/go/", http.StripPrefix("/go/", http.FileServer(http.Dir(*webroot))))
fs_test.go 219 ts := httptest.NewServer(StripPrefix("/test", FileServer(Dir("."))))
376 ts := httptest.NewServer(StripPrefix("/bar/", FileServer(Dir(tempDir))))
    [all...]
fs.go 519 // which would be a problem running under StripPrefix
server.go     [all...]
serve_test.go     [all...]
  /bionic/tools/versioner/src/
Utils.cpp 66 llvm::StringRef StripPrefix(llvm::StringRef string, llvm::StringRef prefix) {
Utils.h 91 llvm::StringRef StripPrefix(llvm::StringRef string, llvm::StringRef prefix);
DeclarationDatabase.h 147 fprintf(out, "@ %s:%u:%u", StripPrefix(location.filename, base_path).str().c_str(),
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.cc 93 static const char *StripPrefix(const char *str, const char *prefix) {
120 const char *next_char = StripPrefix(line, suppression_types_[type]);
  /build/kati/
ninja.cc 73 static bool StripPrefix(StringPiece p, StringPiece* s) {
90 if (!StripPrefix("prebuilts/", &cmd))
92 if (!StripPrefix("gcc/", &cmd) && !StripPrefix("clang/", &cmd))

Completed in 926 milliseconds