Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_unpacker.cc129 const std::string& kernel_image_path) { in Unpack() argument
142 if (!kernel_image_path.empty()) { in Unpack()
144 if (!ExtractKernelImage(kernel_image_path)) { in Unpack()
Dboot_image_unpacker.h46 const std::string& kernel_image_path);
Dflags.cc890 ? config->kernel_image_path() in InitFilesystemAndCreateConfig()
925 if (!DecompressKernel(config->kernel_image_path(), in InitFilesystemAndCreateConfig()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h108 std::string kernel_image_path() const;
109 void set_kernel_image_path(const std::string& kernel_image_path);
119 : kernel_image_path(); in GetKernelImageToUse()
Dcuttlefish_config.cpp270 std::string CuttlefishConfig::kernel_image_path() const { in kernel_image_path() function in vsoc::CuttlefishConfig
282 const std::string& kernel_image_path) { in set_kernel_image_path() argument
283 SetPath(kKernelImagePath, kernel_image_path); in set_kernel_image_path()