OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StripPrefix
(Results
1 - 14
of
14
) 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
190
ts := httptest.NewServer(
StripPrefix
("/test", FileServer(Dir("."))))
303
ts := httptest.NewServer(
StripPrefix
("/bar/", FileServer(Dir(tempDir))))
fs.go
353
// 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
190
ts := httptest.NewServer(
StripPrefix
("/test", FileServer(Dir("."))))
303
ts := httptest.NewServer(
StripPrefix
("/bar/", FileServer(Dir(tempDir))))
fs.go
353
// which would be a problem running under
StripPrefix
server.go
[
all
...]
serve_test.go
[
all
...]
/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 1097 milliseconds