Searched refs:subpath (Results 1 – 3 of 3) sorted by relevance
76 auto reply = RequestLuciRpc(request->subpath(), request->method(), in LuciRpc()84 reply = RequestLuciRpc(request->subpath(), request->method(), in LuciRpc()122 Result<std::string> LuciRpcAddress(const std::string& subpath) { in LuciRpcAddress() argument125 "/openwrt/cgi-bin/luci/rpc/" + subpath; in LuciRpcAddress()128 Result<std::string> LuciRpcAddress(const std::string& subpath, in LuciRpcAddress() argument130 auto addr_without_auth = CF_EXPECT(LuciRpcAddress(subpath)); in LuciRpcAddress()170 Result<Json::Value> RequestLuciRpc(const std::string& subpath, in RequestLuciRpc() argument173 auto url = CF_EXPECT(LuciRpcAddress(subpath, auth_key_)); in RequestLuciRpc()
27 string subpath = 1; field
73 const char* subpath) { in DefaultEnvironmentPath() argument74 return StringFromEnv(environment_key, default_value) + "/" + subpath; in DefaultEnvironmentPath()