Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp761 static constexpr char kInstanceNames[] = "instance_names"; variable
768 (*dictionary_)[kInstanceNames] = args_json_obj; in set_instance_names()
780 for (const Json::Value& name : (*dictionary_)[kInstanceNames]) { in instance_names()