Home
last modified time | relevance | path

Searched defs:SetPathStr (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/url/
H A Durl_canon_stdstring.h104 void SetPathStr(const CharT* str) { SetImpl(&ParentT::SetPath, str); } in SetPathStr() function
105 void SetPathStr(StringViewT str) { SetImpl(&ParentT::SetPath, str); } in SetPathStr() function