Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Desp.cpp52 static constexpr char kBootDestPathIA32[] = "/EFI/BOOT/BOOTIA32.EFI"; variable
293 builder.File(efi_path, kBootDestPathIA32, /* required */ true); in PrepareESP()
296 builder.File(kBootSrcPathIA32, kBootDestPathIA32, /* required */ true); in PrepareESP()
355 dest_path = kBootDestPathIA32; in Build()