Home
last modified time | relevance | path

Searched refs:fallback (Results 1 – 15 of 15) sorted by relevance

/system/netd/resolv/
Dres_send.cpp134 bool* fallback);
538 bool fallback = false; in res_nsend() local
540 Slice(ans, anssiz), rcode, &fallback); in res_nsend()
547 if (!fallback) { in res_nsend()
1215 bool* fallback) { in res_tls_send() argument
1223 *fallback = true; in res_tls_send()
1229 *fallback = true; in res_tls_send()
1277 *fallback = true; in res_tls_send()
/system/update_engine/fuzz/
Dxml.dict98 string_col_fallback=":fallback"
/system/sepolicy/prebuilts/api/29.0/public/
Dhal_configstore.te7 # fallback path to collect crash data.
Dperfprofd.te98 # use the fallback cwd code, do not spam the log. But ensure this is correctly
/system/sepolicy/public/
Dhal_configstore.te7 # fallback path to collect crash data.
Dperfprofd.te98 # use the fallback cwd code, do not spam the log. But ensure this is correctly
/system/sepolicy/prebuilts/api/27.0/public/
Dhal_configstore.te12 # fallback path to collect crash data.
/system/sepolicy/prebuilts/api/28.0/public/
Dhal_configstore.te12 # fallback path to collect crash data.
Dperfprofd.te96 # use the fallback cwd code, do not spam the log. But ensure this is correctly
/system/security/keystore/
Dkeymaster_worker.cpp813 auto fallback = keyStore_->getFallbackDevice(); in generateKey() local
814 if (!fallback) { in generateKey()
826 fallback->generateKey(std::move(lockedEntry), std::move(keyParams), std::move(entropy), in generateKey()
918 auto fallback = keyStore_->getFallbackDevice(); in importKey() local
919 if (!fallback) { in importKey()
931 fallback->importKey(std::move(lockedEntry), std::move(keyParams), keyFormat, in importKey()
Dblob.h141 void setFallback(bool fallback);
Dblob.cpp310 void Blob::setFallback(bool fallback) { in setFallback() argument
311 if (fallback) { in setFallback()
/system/core/debuggerd/
DAndroid.bp89 // Implementation with a no-op fallback.
/system/core/rootdir/
Dinit.usb.rc32 # This is the fallback configuration if the
/system/keymaster/
DAndroid.bp145 // This is used by keystore as a fallback for when the hardware keymaster does