Home
last modified time | relevance | path

Searched defs:month (Results 1 – 5 of 5) sorted by relevance

/system/keymint/hal/src/
Denv.rs65 let month = extract_u32(captures.name("month"))?; in extract_truncated_patchlevel() localVariable
82 let month = extract_u32(captures.name("month"))?; in extract_patchlevel() localVariable
/system/logging/logcat/tests/
Dlogcat_benchmark.cpp37 int month; in BM_logcat_sorted_order() member in BM_logcat_sorted_order::timestamp
/system/keymaster/android_keymaster/
Dkeymaster_configuration.cpp91 uint32_t month = match_to_uint32(patchlevel_str, matches[kMonthMatch]); in GetPatchlevel() local
/system/core/fastboot/fuzzer/
Dfastboot_fuzzer.cpp71 int32_t month = fdp_->ConsumeIntegralInRange<int32_t>(kMonthMin, kMonthMax); in InvokeParseApi() local
/system/core/fastboot/
Dfastboot.cpp2631 unsigned year, month, day; in ParseOsPatchLevel() local