OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lifetime_b
(Results
1 - 2
of
2
) sorted by null
/system/core/storaged/include/
storaged_info.h
33
uint16_t
lifetime_b
; // device life time estimation (type B)
member in class:storage_info_t
40
storage_info_t() : eol(0), lifetime_a(0),
lifetime_b
(0),
/system/core/storaged/
storaged_info.cpp
75
<< version << eol << lifetime_a <<
lifetime_b
116
if (sscanf(buffer.c_str(), "0x%hx 0x%hx", &lifetime_a, &
lifetime_b
) < 2 ||
117
(lifetime_a == 0 &&
lifetime_b
== 0)) {
161
if (!ParseUint(str, &
lifetime_b
)) {
202
lifetime_b
= val;
206
if (eol == 0 || (lifetime_a == 0 &&
lifetime_b
== 0)) {
Completed in 59 milliseconds