Home
last modified time | relevance | path

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

/system/libvintf/test/
DVintfObjectRecoveryTest.cpp121 ON_CALL(fs(), listFiles(_, _, _)).WillByDefault(Return(NAME_NOT_FOUND)); in setUpManifests()
126 statusToString(NAME_NOT_FOUND); in setUpManifests()
128 return NAME_NOT_FOUND; in setUpManifests()
175 ": not in DirectoryContent: " + statusToString(NAME_NOT_FOUND); in setUpManifests()
177 return NAME_NOT_FOUND; in setUpManifests()
206 setUpManifests(NAME_NOT_FOUND, NAME_NOT_FOUND); in TEST_P()
214 setUpManifests(UNKNOWN_ERROR, NAME_NOT_FOUND); in TEST_P()
221 setUpManifests(main, NAME_NOT_FOUND); in TEST_P()
265 setUpManifests(NAME_NOT_FOUND, UNKNOWN_ERROR); in TEST_P()
271 setUpManifests(NAME_NOT_FOUND, DirectoryContent{{"frag1.xml", UNKNOWN_ERROR}}); in TEST_P()
[all …]
DVintfFmTest.cpp197 ON_CALL(*fs, fetch(StartsWith(gFakeRoot), _, _)).WillByDefault(Return(NAME_NOT_FOUND)); in SetUp()
266 return NAME_NOT_FOUND; in SetUp()
Dvintf_object_tests.cpp420 .WillRepeatedly(Return(::android::NAME_NOT_FOUND)); in useEmptyFileSystem()
422 .WillRepeatedly(Return(::android::NAME_NOT_FOUND)); in useEmptyFileSystem()
517 .WillRepeatedly(Return(::android::NAME_NOT_FOUND)); in expectFileNotExist()
2830 HasError(WithCode(-NAME_NOT_FOUND))); in TEST_F()
DLibVintfTest.cpp4460 return NAME_NOT_FOUND; in fetch()
4482 return NAME_NOT_FOUND; in modifiedTime()
/system/libvintf/
DApex.cpp42 case NAME_NOT_FOUND: in DeviceVintfDirs()
67 if (status == NAME_NOT_FOUND) { in DeviceVintfDirs()
103 if (status == NAME_NOT_FOUND) { in HasUpdate()
DVintfObject.cpp166 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()
[all …]
DFileSystem.cpp81 return NAME_NOT_FOUND; in fetch()
86 return NAME_NOT_FOUND; in listFiles()
90 return NAME_NOT_FOUND; in modifiedTime()
DVintfObjectRecovery.cpp56 if (systemEtcStatus != OK && systemEtcStatus != NAME_NOT_FOUND) { in fetchRecoveryHalManifest()
DHostFileSystem.cpp81 LOG(mMissingError == NAME_NOT_FOUND ? INFO : ERROR) << "Cannot resolve path " << path; in resolve()
DVintfFm.cpp195 return std::make_unique<details::HostFileSystem>(dirmap, NAME_NOT_FOUND, mFs.get()); in main()
Dcheck_vintf.cpp484 SetErrorCode(&retError, -NAME_NOT_FOUND) << "No device HAL manifest"; in checkAllFiles()
512 auto hostFileSystem = std::make_unique<HostFileSystem>(dirmap, NAME_NOT_FOUND); in checkOne()
/system/core/libutils/
DErrors.cpp32 STATUS_CASE(NAME_NOT_FOUND); in statusToString()
DVectorImpl.cpp593 return NAME_NOT_FOUND; in _indexOrderOf()
596 ssize_t err = NAME_NOT_FOUND; in _indexOrderOf()
/system/core/libutils/include/utils/
DErrors.h51 NAME_NOT_FOUND = -ENOENT, enumerator
/system/core/healthd/
DBatteryMonitor_v1.cpp492 ret = NAME_NOT_FOUND; in getProperty()
502 ret = NAME_NOT_FOUND; in getProperty()
512 ret = NAME_NOT_FOUND; in getProperty()
522 ret = NAME_NOT_FOUND; in getProperty()
530 ret = NAME_NOT_FOUND; in getProperty()
DBatteryMonitor.cpp566 status_t ret = NAME_NOT_FOUND; in setChargingPolicy()
619 ret = NAME_NOT_FOUND; in getProperty()
629 ret = NAME_NOT_FOUND; in getProperty()
639 ret = NAME_NOT_FOUND; in getProperty()
649 ret = NAME_NOT_FOUND; in getProperty()
657 ret = NAME_NOT_FOUND; in getProperty()
/system/security/keystore2/src/
Dglobals.rs241 Error::BinderTransaction(StatusCode::NAME_NOT_FOUND) => { in connect_keymint()
390 Error::BinderTransaction(StatusCode::NAME_NOT_FOUND) => { in connect_secureclock()
Dkm_compat.rs148 Error::BinderTransaction(StatusCode::NAME_NOT_FOUND) => { in wrap()
/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()
/system/core/libutils/abi-dumps/arm64/source-based/
Dlibutils.so.lsdump2591 "name" : "android::NAME_NOT_FOUND"
/system/core/libutils/abi-dumps/arm_arm64/source-based/
Dlibutils.so.lsdump2587 "name" : "android::NAME_NOT_FOUND"