Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/cvd/
Dserver_command.cpp171 auto first_instance = 1; in Handle() local
175 first_instance = std::stoi(instance_env->second); in Handle()
177 auto ins_flag = GflagsCompatFlag("base_instance_num", first_instance); in Handle()
185 for (int i = first_instance; i < first_instance + num_instances; i++) { in Handle()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc258 std::string first_instance = config->Instances()[0].instance_dir(); in InitFilesystemAndCreateConfig() local
264 if (symlink(first_instance.c_str(), double_legacy_instance_dir.c_str())) { in InitFilesystemAndCreateConfig()
265 return CF_ERRNO("symlink(\"" << first_instance << "\", \"" in InitFilesystemAndCreateConfig()