Lines Matching refs:NAME_NOT_FOUND
166 return NAME_NOT_FOUND; in getCombinedFrameworkMatrix()
201 return NAME_NOT_FOUND; in getCombinedFrameworkMatrix()
219 if (err == NAME_NOT_FOUND) { in addDirectoryManifests()
300 if (vendorStatus != OK && vendorStatus != NAME_NOT_FOUND) { in fetchDeviceHalManifestMinusApex()
315 if (odmStatus != OK && odmStatus != NAME_NOT_FOUND) { in fetchDeviceHalManifestMinusApex()
357 if (status == OK || status != NAME_NOT_FOUND) { in fetchVendorHalManifest()
363 if (status == OK || status != NAME_NOT_FOUND) { in fetchVendorHalManifest()
367 return NAME_NOT_FOUND; in fetchVendorHalManifest()
390 if (status == OK || status != NAME_NOT_FOUND) { in fetchOdmHalManifest()
396 if (status == OK || status != NAME_NOT_FOUND) { in fetchOdmHalManifest()
404 if (status == OK || status != NAME_NOT_FOUND) { in fetchOdmHalManifest()
410 if (status == OK || status != NAME_NOT_FOUND) { in fetchOdmHalManifest()
414 return NAME_NOT_FOUND; in fetchOdmHalManifest()
460 if (status != OK && status != NAME_NOT_FOUND) { in fetchUnfilteredFrameworkHalManifest()
569 if (listStatus == NAME_NOT_FOUND) { in getAllFrameworkMatrixLevels()
597 return NAME_NOT_FOUND; in getAllFrameworkMatrixLevels()
608 return NAME_NOT_FOUND; in getAllFrameworkMatrixLevels()
937 return NAME_NOT_FOUND; in checkDeprecation()
942 return NAME_NOT_FOUND; in checkDeprecation()
966 return NAME_NOT_FOUND; in checkDeprecation()
1088 return android::base::Error(-NAME_NOT_FOUND) << "Missing framework matrix."; in checkUnusedHals()
1092 return android::base::Error(-NAME_NOT_FOUND) << "Missing device manifest."; in checkUnusedHals()
1207 return android::base::Error(-NAME_NOT_FOUND) << error; in getAllFrameworkMatrixLevels()
1355 return android::base::Error(-NAME_NOT_FOUND) in getLatestMinLtsAtFcmVersion()