Home
last modified time | relevance | path

Searched refs:NAME_NOT_FOUND (Results 1 – 14 of 14) sorted by relevance

/system/libvintf/
DVintfObject.cpp165 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()
[all …]
DFileSystem.cpp67 return NAME_NOT_FOUND; in fetch()
72 return NAME_NOT_FOUND; in listFiles()
DHostFileSystem.cpp70 LOG(mMissingError == NAME_NOT_FOUND ? INFO : ERROR) << "Cannot resolve path " << path; in resolve()
Dcheck_vintf.cpp466 SetErrorCode(&retError, -NAME_NOT_FOUND) << "No device HAL manifest"; in checkAllFiles()
493 .setFileSystem(std::make_unique<HostFileSystem>(dirmap, NAME_NOT_FOUND)) in checkDirmaps()
DVintfFm.cpp191 return std::make_unique<details::HostFileSystem>(dirmap, NAME_NOT_FOUND, mFs.get()); in main()
/system/core/libutils/
DErrors.cpp32 STATUS_CASE(NAME_NOT_FOUND); in statusToString()
DVectorImpl.cpp595 return NAME_NOT_FOUND; in _indexOrderOf()
598 ssize_t err = NAME_NOT_FOUND; in _indexOrderOf()
/system/core/libutils/include/utils/
DErrors.h53 NAME_NOT_FOUND = -ENOENT, enumerator
/system/core/healthd/
DBatteryMonitor.cpp421 ret = NAME_NOT_FOUND; in getProperty()
431 ret = NAME_NOT_FOUND; in getProperty()
441 ret = NAME_NOT_FOUND; in getProperty()
451 ret = NAME_NOT_FOUND; in getProperty()
459 ret = NAME_NOT_FOUND; in getProperty()
/system/libvintf/test/
DVintfFmTest.cpp195 ON_CALL(*fs, fetch(StartsWith(gFakeRoot), _, _)).WillByDefault(Return(NAME_NOT_FOUND)); in SetUp()
264 return NAME_NOT_FOUND; in SetUp()
Dvintf_object_tests.cpp411 .WillRepeatedly(Return(::android::NAME_NOT_FOUND)); in useEmptyFileSystem()
413 .WillRepeatedly(Return(::android::NAME_NOT_FOUND)); in useEmptyFileSystem()
508 .WillRepeatedly(Return(::android::NAME_NOT_FOUND)); in expectFileNotExist()
/system/security/keystore2/src/
Dglobals.rs228 Error::BinderTransaction(StatusCode::NAME_NOT_FOUND) => { in connect_keymint()
320 Error::BinderTransaction(StatusCode::NAME_NOT_FOUND) => { in connect_secureclock()
/system/libhwbinder/
DBpHwBinder.cpp187 return NAME_NOT_FOUND; in unlinkToDeath()
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h490 return NAME_NOT_FOUND; in unlinkToDeath()