OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:got_size
(Results
1 - 2
of
2
) sorted by null
/external/vboot_reference/tests/
vb20_verify_fw.c
31
int
got_size
;
local
56
got_size
= fread(buf, 1, size, f);
60
return
got_size
== size ? VB2_SUCCESS : VB2_ERROR_UNKNOWN;
/external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c
311
int
got_size
= 0;
local
314
sh = (VbSharedDataHeader*)VbGetBuffer(ACPI_VDAT_PATH, &
got_size
);
327
if (
got_size
< expect_size) {
331
if (sh->data_size >
got_size
)
332
sh->data_size =
got_size
; /* Truncated read */
Completed in 205 milliseconds