Home
last modified time | relevance | path

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

/aosp12/system/libvintf/
H A DHostFileSystem.cpp34 : mDirMap(dirmap), mMissingError(missingError), mImpl(impl) {} in HostFileSystem()
40 return mMissingError; in fetch()
51 return mMissingError; in listFiles()
70 LOG(mMissingError == NAME_NOT_FOUND ? INFO : ERROR) << "Cannot resolve path " << path; in resolve()
/aosp12/system/libvintf/include-host/vintf/
H A DHostFileSystem.h48 status_t mMissingError; variable