HomeSort by relevance Sort by last modified time
    Searched refs:kernel_image_path (Results 1 - 5 of 5) sorted by null

  /device/google/cuttlefish_common/host/commands/launch/
boot_image_unpacker.cc 104 const std::string& kernel_image_path) {
111 if (!kernel_image_path.empty()) {
113 if (!ExtractKernelImage(kernel_image_path)) {
boot_image_unpacker.h 49 const std::string& kernel_image_path);
flags.cc 649 ? config->kernel_image_path()
656 if (!DecompressKernel(config->kernel_image_path(),
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 91 std::string kernel_image_path() const;
92 void set_kernel_image_path(const std::string& kernel_image_path);
102 : kernel_image_path();
cuttlefish_config.cpp 83 const char* kKernelImagePath = "kernel_image_path";
227 std::string CuttlefishConfig::kernel_image_path() const { function in class:vsoc::CuttlefishConfig
239 const std::string& kernel_image_path) {
240 SetPath(kKernelImagePath, kernel_image_path);

Completed in 93 milliseconds