Searched refs:resourcePath (Results 1 – 9 of 9) sorted by relevance
41 std::string resourcePath() const;
87 EXPECT_TRUE(sr1.resourcePath() == "http://abc.com/a/b/c"); in TEST()
128 url.setPath(msg.resourcePath()); in buildRoaHttpRequest()241 url.setPath(msg.resourcePath()); in buildRpcHttpRequest()
76 url.setPath(msg.resourcePath()); in buildHttpRequest()
157 std::string ServiceRequest::resourcePath() const { return resourcePath_; } in resourcePath() function in AlibabaCloud::ServiceRequest
46 NSString* resource_path = [[NSBundle mainBundle] resourcePath];
54 base = [[bundle resourcePath] fileSystemRepresentation];
424 [[NSFileManager defaultManager] changeCurrentDirectoryPath:[bundle resourcePath]];
Completed in 22 milliseconds