Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h101 return decompress_kernel() ? decompressed_kernel_image_path() in GetKernelImageToUse()
105 std::string decompressed_kernel_image_path() const;
Dcuttlefish_config.cpp258 std::string CuttlefishConfig::decompressed_kernel_image_path() const { in decompressed_kernel_image_path() function in vsoc::CuttlefishConfig
/device/google/cuttlefish_common/host/commands/launch/
Dflags.cc657 config->decompressed_kernel_image_path())) { in InitFilesystemAndCreateConfig()