Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/gki/
Dramdisk_utils.cpp77 auto raw_ramdisk_file = ExtractRamdiskRaw(boot_path); in ExtractRamdiskToDirectory() local
78 if (!raw_ramdisk_file.ok()) return raw_ramdisk_file.error(); in ExtractRamdiskToDirectory()
81 auto decompress_res = android::Lz4DecompressLegacy((*raw_ramdisk_file)->path, in ExtractRamdiskToDirectory()