Home
last modified time | relevance | path

Searched refs:isSpecialPath (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.h50 bool isSpecialPath = false; member
H A Djs_url.cpp1053 urlinfo.isSpecialPath = input[0] != '/' ? true : false; in AnalysisHostAndPath()
1375 if (urlData_.isSpecialPath) { in GetPath()