Home
last modified time | relevance | path

Searched refs:not_found (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dsnapuserd_worker.cpp690 bool not_found = (it == chunk_vec.end() || it->first != header->sector); in DmuserWriteRequest() local
692 if (not_found) { in DmuserWriteRequest()
755 bool not_found = (it == chunk_vec.end() || it->first != header->sector); in DmuserReadRequest() local
756 if (!offset && (read_size == BLOCK_SZ) && not_found) { in DmuserReadRequest()
/system/security/keystore2/legacykeystore/
Dlib.rs191 pub fn not_found() -> Self { in not_found() method
323 Err(Error::not_found()).context("In get: No such entry.") in get()
346 Err(Error::not_found()).context("In remove: No such entry.") in remove()