Home
last modified time | relevance | path

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

/external/vboot_reference/host/include/
Dcgpt_params.h108 typedef struct CgptLegacyParams { struct
112 } CgptLegacyParams; argument
Dvboot_host.h31 int CgptLegacy(CgptLegacyParams *params);
/external/vboot_reference/cgpt/
Dcmd_legacy.c26 CgptLegacyParams params; in cmd_legacy()
Dcgpt_legacy.c11 int CgptLegacy(CgptLegacyParams *params) { in CgptLegacy()