Home
last modified time | relevance | path

Searched refs:path_ (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DUrl.cc28 : scheme_(), userName_(), password_(), host_(), path_(), in Url()
39 path_ == url.path_ && port_ == url.port_ && query_ == url.query_ && in operator ==()
64 path_.clear(); in clear()
124 host_.empty() && path_.empty() && (port_ == INVALID_PORT) && in isEmpty()
145 std::string Url::path() const { return path_; } in path()
196 void Url::setPath(const std::string &path) { path_ = path; } in setPath()
239 if (path_.empty()) in toString()
242 out << path_; in toString()
/AliOS-Things-master/components/oss/src/http/
A DUrl.cc33 path_(), in Url()
52 && path_ == url.path_ in operator ==()
84 path_.clear(); in clear()
161 && path_.empty() in isEmpty()
193 return path_; in path()
262 path_ = path; in setPath()
318 if (path_.empty()) in toString()
321 out << path_; in toString()
/AliOS-Things-master/components/oss/src/
A DServiceRequest.cc24 path_("/"), in ServiceRequest()
33 return path_; in Path()
63 path_ = path; in setPath()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DServiceRequest.h56 std::string path_; variable
/AliOS-Things-master/components/oss/include/alibabacloud/oss/http/
A DUrl.h67 std::string path_; variable
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/
A DUrl.h68 std::string path_; variable

Completed in 9 milliseconds