Lines Matching refs:NAME_NOT_FOUND
162 return NAME_NOT_FOUND; in getCombinedFrameworkMatrix()
197 return NAME_NOT_FOUND; in getCombinedFrameworkMatrix()
214 if (err == NAME_NOT_FOUND) return OK; in addDirectoryManifests()
246 if (vendorStatus != OK && vendorStatus != NAME_NOT_FOUND) { in fetchDeviceHalManifest()
260 if (odmStatus != OK && odmStatus != NAME_NOT_FOUND) { in fetchDeviceHalManifest()
300 if (status == OK || status != NAME_NOT_FOUND) { in fetchVendorHalManifest()
306 if (status == OK || status != NAME_NOT_FOUND) { in fetchVendorHalManifest()
310 return NAME_NOT_FOUND; in fetchVendorHalManifest()
330 if (status == OK || status != NAME_NOT_FOUND) { in fetchOdmHalManifest()
336 if (status == OK || status != NAME_NOT_FOUND) { in fetchOdmHalManifest()
343 if (status == OK || status != NAME_NOT_FOUND) { in fetchOdmHalManifest()
349 if (status == OK || status != NAME_NOT_FOUND) { in fetchOdmHalManifest()
353 return NAME_NOT_FOUND; in fetchOdmHalManifest()
398 if (status != OK && status != NAME_NOT_FOUND) { in fetchFrameworkHalManifest()
458 if (listStatus == NAME_NOT_FOUND) { in getAllFrameworkMatrixLevels()
483 return NAME_NOT_FOUND; in getAllFrameworkMatrixLevels()
494 return NAME_NOT_FOUND; in getAllFrameworkMatrixLevels()
830 return NAME_NOT_FOUND; in checkDeprecation()
835 return NAME_NOT_FOUND; in checkDeprecation()
852 return NAME_NOT_FOUND; in checkDeprecation()
954 return android::base::Error(-NAME_NOT_FOUND) << "Missing framework matrix."; in checkUnusedHals()
958 return android::base::Error(-NAME_NOT_FOUND) << "Missing device manifest."; in checkUnusedHals()