Searched refs:subpath (Results 1 – 3 of 3) sorted by relevance
83 auto reply = RequestLuciRpc(request->subpath(), request->method(), in LuciRpc()92 reply = RequestLuciRpc(request->subpath(), request->method(), in LuciRpc()130 Result<std::string> LuciRpcAddress(const std::string& subpath) { in LuciRpcAddress() argument133 "/openwrt/cgi-bin/luci/rpc/" + subpath; in LuciRpcAddress()136 Result<std::string> LuciRpcAddress(const std::string& subpath, in LuciRpcAddress() argument138 auto addr_without_auth = CF_EXPECT(LuciRpcAddress(subpath)); in LuciRpcAddress()178 Result<Json::Value> RequestLuciRpc(const std::string& subpath, in RequestLuciRpc() argument181 auto url = CF_EXPECT(LuciRpcAddress(subpath, auth_key_)); in RequestLuciRpc()
27 string subpath = 1; field
75 const char* subpath) { in DefaultEnvironmentPath() argument76 return StringFromEnv(environment_key, default_value) + "/" + subpath; in DefaultEnvironmentPath()