Home
last modified time | relevance | path

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

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