Lines Matching refs:NAME_NOT_FOUND

165         return NAME_NOT_FOUND;  in getCombinedFrameworkMatrix()
200 return NAME_NOT_FOUND; in getCombinedFrameworkMatrix()
217 if (err == NAME_NOT_FOUND) return OK; in addDirectoryManifests()
249 if (vendorStatus != OK && vendorStatus != NAME_NOT_FOUND) { in fetchDeviceHalManifest()
263 if (odmStatus != OK && odmStatus != NAME_NOT_FOUND) { in fetchDeviceHalManifest()
303 if (status == OK || status != NAME_NOT_FOUND) { in fetchVendorHalManifest()
309 if (status == OK || status != NAME_NOT_FOUND) { in fetchVendorHalManifest()
313 return NAME_NOT_FOUND; in fetchVendorHalManifest()
333 if (status == OK || status != NAME_NOT_FOUND) { in fetchOdmHalManifest()
339 if (status == OK || status != NAME_NOT_FOUND) { in fetchOdmHalManifest()
346 if (status == OK || status != NAME_NOT_FOUND) { in fetchOdmHalManifest()
352 if (status == OK || status != NAME_NOT_FOUND) { in fetchOdmHalManifest()
356 return NAME_NOT_FOUND; in fetchOdmHalManifest()
401 if (status != OK && status != NAME_NOT_FOUND) { in fetchUnfilteredFrameworkHalManifest()
492 if (listStatus == NAME_NOT_FOUND) { in getAllFrameworkMatrixLevels()
517 return NAME_NOT_FOUND; in getAllFrameworkMatrixLevels()
528 return NAME_NOT_FOUND; in getAllFrameworkMatrixLevels()
851 return NAME_NOT_FOUND; in checkDeprecation()
856 return NAME_NOT_FOUND; in checkDeprecation()
875 return NAME_NOT_FOUND; in checkDeprecation()
984 return android::base::Error(-NAME_NOT_FOUND) << "Missing framework matrix."; in checkUnusedHals()
988 return android::base::Error(-NAME_NOT_FOUND) << "Missing device manifest."; in checkUnusedHals()
1096 return android::base::Error(-NAME_NOT_FOUND) << error; in getAllFrameworkMatrixLevels()