Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc592 std::string new_path = "PATH="; in ReadGuestConfig() local
593 new_path += current_path; in ReadGuestConfig()
594 new_path += ":"; in ReadGuestConfig()
595 new_path += bin_folder; in ReadGuestConfig()
621 ikconfig_cmd.SetEnvironment({new_path}); in ReadGuestConfig()