Home
last modified time | relevance | path

Searched defs:PromptUser (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/util/autoport/
H A Dlog_maker.go53 func PromptUser(prompt string, opts []string) (match string, err error) { func
/aosp_15_r20/frameworks/native/libs/adbd_auth/
H A Dadbd_auth.cpp415 uint64_t PromptUser(std::string_view public_key, void* arg) EXCLUDES(mutex_) { in PromptUser() function