Home
last modified time | relevance | path

Searched defs: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
755 bool not_found = (it == chunk_vec.end() || it->first != header->sector); in DmuserReadRequest() local
/system/security/keystore2/legacykeystore/
Dlib.rs191 pub fn not_found() -> Self { in not_found() method