Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/snapshot_util_cvd/
Dsnapshot_taker.cc56 auto* cuttlefish_config = CuttlefishConfig::Get(); in HandleHostGroupSnapshot() local
57 CF_EXPECT(cuttlefish_config != nullptr, "Cannot find cuttlefish_config.json"); in HandleHostGroupSnapshot()
59 const auto cuttlefish_root = cuttlefish_config->root_dir(); in HandleHostGroupSnapshot()
73 CF_EXPECTF(CreateMetaInfo(*cuttlefish_config, snapshot_path), in HandleHostGroupSnapshot()
90 for (const auto& instance : cuttlefish_config->Instances()) { in HandleHostGroupSnapshot()
/device/google/cuttlefish/host/libs/config/adb/
Dlaunch.cpp124 const CuttlefishConfig& cuttlefish_config, in INJECT() argument
128 cuttlefish_config_(cuttlefish_config), in INJECT()
/device/google/cuttlefish/host/libs/command_util/
Dsnapshot_utils.cc213 Result<Json::Value> CreateMetaInfo(const CuttlefishConfig& cuttlefish_config, in CreateMetaInfo() argument
223 const auto instances = cuttlefish_config.Instances(); in CreateMetaInfo()
/device/google/cuttlefish/host/libs/avb/
DAndroid.bp29 "libjsoncpp", // need to access host/libs/config/cuttlefish_config.h
/device/google/cuttlefish/host/libs/config/
DAndroid.bp28 "cuttlefish_config.cpp",