Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc623 std::string ikconfig_path = in ReadGuestConfig() local
625 auto ikconfig_fd = SharedFD::Mkstemp(&ikconfig_path); in ReadGuestConfig()
634 std::string config = ReadFile(ikconfig_path); in ReadGuestConfig()
667 unlink(ikconfig_path.c_str()); in ReadGuestConfig()