OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTN_XBL
(Results
1 - 3
of
3
) sorted by null
/device/google/marlin/recovery/oem-recovery/
gpt-utils.h
81
#define
PTN_XBL
"xbl"
82
#define PTN_SWAP_LIST
PTN_XBL
, "sbl1", "rpm", "tz", "aboot", "hyp", "lksecapp", "keymaster", "cmnlib", "cmnlib32", "cmnlib64", "pmic", "apdp", "devcfg", "hosd", "keystore", "msadp"
gpt-utils.cpp
247
PTN_XBL
,
248
strlen(
PTN_XBL
)))
[
all
...]
/hardware/qcom/bootctrl/
boot_control.cpp
540
if (is_ufs && !strncmp(ptn_list[i],
PTN_XBL
, strlen(
PTN_XBL
)))
Completed in 40 milliseconds