Home
last modified time | relevance | path

Searched refs:subpath (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/openwrt_control_server/
Dmain.cpp76 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() argument
125 "/openwrt/cgi-bin/luci/rpc/" + subpath; in LuciRpcAddress()
128 Result<std::string> LuciRpcAddress(const std::string& subpath, in LuciRpcAddress() argument
130 auto addr_without_auth = CF_EXPECT(LuciRpcAddress(subpath)); in LuciRpcAddress()
170 Result<Json::Value> RequestLuciRpc(const std::string& subpath, in RequestLuciRpc() argument
173 auto url = CF_EXPECT(LuciRpcAddress(subpath, auth_key_)); in RequestLuciRpc()
Dopenwrt_control.proto27 string subpath = 1; field
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp73 const char* subpath) { in DefaultEnvironmentPath() argument
74 return StringFromEnv(environment_key, default_value) + "/" + subpath; in DefaultEnvironmentPath()