Home
last modified time | relevance | path

Searched refs:StripPrefix (Results 1 - 2 of 2) sorted by relevance

/developtools/hdc/src/common/
H A Dentry.cpp25 std::optional<std::string> StripPrefix(const std::string& str, const std::string& prefix) in StripPrefix() function
99 auto p_path = Hdc::StripPrefix(name, this->prefix); in UpdataName()
/developtools/smartperf_host/ide/server/
H A Dmain.go177 mux.Handle("/application/upload/", http.StripPrefix("/application/upload/", http.FileServer(http.Dir(filepath.FromSlash(exPath+"/upload")))))
185 mux.Handle("/application/", http.StripPrefix("/application/", cors(fs, version)))

Completed in 2 milliseconds